Html Css Color HEX #77BBDC Seagull

📋 copy color: '#77BBDC'

red 119 ◦ green 187 ◦ blue 220

#77BBDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #77BBDC

Tints of Seagull #77BBDC

RGB

 RED value IS 119 (46.88% from 255) = 22.62%

 GREEN value IS 187 (73.44% from 255) = 35.55%

 BLUE value IS 220 (86.33% from 255) = 41.83%

R = 22.62%
G = 35.55%
B = 41.83%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77BBDC (or 0x77BBDC) is known color: Seagull. HEX triplet: 77, BB and DC. RGB value is (119,187,220). Sum of RGB (Red+Green+Blue) = 119+187+220=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #77BBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBDC is #884423. Grayscale: #AAAAAA. Windows color (decimal): -8930340 or 14465911. OLE color: 14465911.

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

Color convert

RGB 119 187 220 -
CMYK 0.46 0.15 0 0.14
HSL 199.6º 0.59% 0.66% -
HSV(B) 199.6º 0.46% 0.86% -
XYZ 38.3 44.63 74.31 -
YUV 170.43 155.97 91.32 -
System Red Green Blue C M Y K H S L
Decimal 119 187 220 0.46 0.15 0 0.14 199.6 0.59 0.66
Hex 77 BB DC 2E F 0 E C8 3B 42
Octal 167 273 334 56 17 0 16 310 73 102
Binary 1110111 10111011 11011100 101110 1111 0 1110 11001000 111011 1000010

Color Harmonies of #77BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBDC

Black with #77BBDC

Text Example


Text Example

White with #77BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77BBDC;
 }
 .AnyTagClassName
 {
   color: #77BBDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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