#76B5DC

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

Shades of Seagull #76B5DC

Tints of Seagull #76B5DC

Color information

#76B5DC (or 0x76B5DC) is unknown color: approx Seagull. HEX triplet: 76, B5 and DC. RGB value is (118,181,220). Sum of RGB (Red+Green+Blue) = 118+181+220=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #76B5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76B5DC is #894A23. Grayscale: #A6A6A6. Windows color (decimal): -8997412 or 14464374. OLE color: 14464374.

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

Color convert

RGB118181220-
CMYK0.460.1800.14
HSL202.94º59.3%66.27%-
HSV(B)202.94º46.36%86.27%-
XYZ36.9142.0773.88-
YUV166.61158.1393.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.74%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=22.74%
G=34.87%
B=42.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181812200.460.1800.14202.9459.366.27
Hex76B5DC2E120Ecb3b42
Octal166265334562201631373102
Binary111011010110101110111001011101001001110110010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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