#76B5DD

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

Shades of Seagull #76B5DD

Tints of Seagull #76B5DD

Color information

#76B5DD (or 0x76B5DD) is unknown color: approx Seagull. HEX triplet: 76, B5 and DD. RGB value is (118,181,221). Sum of RGB (Red+Green+Blue) = 118+181+221=520 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.69% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #76B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B5DD is #894A22. Grayscale: #A6A6A6. Windows color (decimal): -8997411 or 14529910. OLE color: 14529910.

HSL color Cylindrical-coordinate representation of color #76B5DD: hue angle of 203.3º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76B5DD is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118181221-
CMYK0.470.1800.13
HSL203.3º60.23%66.47%-
HSV(B)203.3º46.61%86.67%-
XYZ37.0542.1274.58-
YUV166.72158.6393.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.69%
GREEN value IS 181 (71.09% from 255) = 34.81%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=22.69%
G=34.81%
B=42.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181812210.470.1800.13203.360.2366.47
Hex76B5DD2F120Dcb3c42
Octal166265335572201531374102
Binary111011010110101110111011011111001001101110010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,181,221); }

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

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

 a { background-color: rgb(118,181,221); }

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

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

 span { border-color: rgb(118,181,221); }

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