#76BBD9

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

Shades of Seagull #76BBD9

Tints of Seagull #76BBD9

Color information

#76BBD9 (or 0x76BBD9) is unknown color: approx Seagull. HEX triplet: 76, BB and D9. RGB value is (118,187,217). Sum of RGB (Red+Green+Blue) = 118+187+217=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #76BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BBD9 is #894426. Grayscale: #A9A9A9. Windows color (decimal): -8995879 or 14269302. OLE color: 14269302.

HSL color Cylindrical-coordinate representation of color #76BBD9: hue angle of 198.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76BBD9 is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118187217-
CMYK0.460.1400.15
HSL198.18º56.57%65.69%-
HSV(B)198.18º45.62%85.1%-
XYZ37.7744.472.23-
YUV169.79154.6491.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.61%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=22.61%
G=35.82%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181872170.460.1400.15198.1856.5765.69
Hex76BBD92EE0Fc63942
Octal166273331561601730671102
Binary11101101011101111011001101110111001111110001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76BBD9; }

 p { color: rgb(118,187,217); }

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

<style>
 a { background-color: #76BBD9; }

 a { background-color: rgb(118,187,217); }

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

<style>
 span { border-color: #76BBD9; }

 span { border-color: rgb(118,187,217); }

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