#71BBCD

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

Shades of Seagull #71BBCD

Tints of Seagull #71BBCD

Color information

#71BBCD (or 0x71BBCD) is unknown color: approx Seagull. HEX triplet: 71, BB and CD. RGB value is (113,187,205). Sum of RGB (Red+Green+Blue) = 113+187+205=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #71BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BBCD is #8E4432. Grayscale: #A6A6A6. Windows color (decimal): -9323571 or 13482865. OLE color: 13482865.

HSL color Cylindrical-coordinate representation of color #71BBCD: hue angle of 191.74º 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 #71BBCD is Cyan = 0.45, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB113187205-
CMYK0.450.0900.20
HSL191.74º47.92%62.35%-
HSV(B)191.74º44.88%80.39%-
XYZ35.643.4664.27-
YUV166.93149.4889.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.38%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 205 (80.47% from 255) = 40.59%
R=22.38%
G=37.03%
B=40.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131872050.450.0900.20191.7447.9262.35
Hex71BBCD2D9014c0303e
Octal16127331555110243006076
Binary11100011011101111001101101101100101010011000000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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