#71B9CD

Color #71B9CD Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #71B9CD

Tints of Seagull #71B9CD

Color information

#71B9CD (or 0x71B9CD) is unknown color: approx Seagull. HEX triplet: 71, B9 and CD. RGB value is (113,185,205). Sum of RGB (Red+Green+Blue) = 113+185+205=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #71B9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71B9CD is #8E4632. Grayscale: #A5A5A5. Windows color (decimal): -9324083 or 13482353. OLE color: 13482353.

HSL color Cylindrical-coordinate representation of color #71B9CD: hue angle of 193.04º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71B9CD is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113185205-
CMYK0.450.1000.20
HSL193.04º47.92%62.35%-
HSV(B)193.04º44.88%80.39%-
XYZ35.1842.6264.13-
YUV165.75150.1590.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 22.47%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=22.47%
G=36.78%
B=40.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131852050.450.1000.20193.0447.9262.35
Hex71B9CD2DA014c1303e
Octal16127131555120243016076
Binary11100011011100111001101101101101001010011000001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71B9CD; }

 p { color: rgb(113,185,205); }

 H1.HeaderClassName
 {
   color: #71B9CD;
 }
 .AnyTagClassName
 {
   color: #71B9CD;
 }
</style>
background-color css

<style>
 a { background-color: #71B9CD; }

 a { background-color: rgb(113,185,205); }

 div.DivClassName
 {
   background-color: #71B9CD;
 }
 .BgClassName
 {
   background-color: #71B9CD;
 }
</style>
border-color css

<style>
 span { border-color: #71B9CD; }

 span { border-color: rgb(113,185,205); }

 td.TdClassName
 {
   border-color: #71B9CD;
 }
 .TagClassName
 {
   border-color: #71B9CD;
 }
</style>