#77BDDC

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

Shades of Seagull #77BDDC

Tints of Seagull #77BDDC

Color information

#77BDDC (or 0x77BDDC) is unknown color: approx Seagull. HEX triplet: 77, BD and DC. RGB value is (119,189,220). Sum of RGB (Red+Green+Blue) = 119+189+220=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #77BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDDC is #884223. Grayscale: #ABABAB. Windows color (decimal): -8929828 or 14466423. OLE color: 14466423.

HSL color Cylindrical-coordinate representation of color #77BDDC: hue angle of 198.42º 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 #77BDDC is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119189220-
CMYK0.460.1400.14
HSL198.42º59.06%66.47%-
HSV(B)198.42º45.91%86.27%-
XYZ38.7245.4874.45-
YUV171.6155.3190.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.54%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=22.54%
G=35.80%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191892200.460.1400.14198.4259.0666.47
Hex77BDDC2EE0Ec63b42
Octal167275334561601630673102
Binary11101111011110111011100101110111001110110001101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77BDDC; }

 p { color: rgb(119,189,220); }

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

<style>
 a { background-color: #77BDDC; }

 a { background-color: rgb(119,189,220); }

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

<style>
 span { border-color: #77BDDC; }

 span { border-color: rgb(119,189,220); }

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