#77badc

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

Shades of Seagull #77BADC

Tints of Seagull #77BADC

Color information

#77BADC (or 0x77BADC) is unknown color: approx Seagull. HEX triplet: 77, BA and DC. RGB value is (119,186,220). Sum of RGB (Red+Green+Blue) = 119+186+220=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #77BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BADC is #884523. Grayscale: #A9A9A9. Windows color (decimal): -8930596 or 14465655. OLE color: 14465655.

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

Color convert

RGB119186220-
CMYK0.460.1500.14
HSL200.2º59.06%66.47%-
HSV(B)200.2º45.91%86.27%-
XYZ38.0844.2174.24-
YUV169.84156.391.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=22.67%
G=35.43%
B=41.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191862200.460.1500.14200.259.0666.47
Hex77BADC2EF0Ec83b42
Octal167272334561701631073102
Binary11101111011101011011100101110111101110110010001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77badc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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