Html Css Color HEX #77BBDB Seagull

📋 copy color: '#77BBDB'

red 119 ◦ green 187 ◦ blue 219

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

Shades of Seagull #77BBDB

Tints of Seagull #77BBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.71%

R = 22.67%
G = 35.62%
B = 41.71%

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

#77BBDB (or 0x77BBDB) is known color: Seagull. HEX triplet: 77, BB and DB. RGB value is (119,187,219). Sum of RGB (Red+Green+Blue) = 119+187+219=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #77BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBDB is #884424. Grayscale: #AAAAAA. Windows color (decimal): -8930341 or 14400375. OLE color: 14400375.

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

Color convert

RGB 119 187 219 -
CMYK 0.46 0.15 0 0.14
HSL 199.2º 0.58% 0.66% -
HSV(B) 199.2º 0.46% 0.86% -
XYZ 38.16 44.58 73.61 -
YUV 170.32 155.47 91.4 -
System Red Green Blue C M Y K H S L
Decimal 119 187 219 0.46 0.15 0 0.14 199.2 0.58 0.66
Hex 77 BB DB 2E F 0 E C7 3A 42
Octal 167 273 333 56 17 0 16 307 72 102
Binary 1110111 10111011 11011011 101110 1111 0 1110 11000111 111010 1000010

Color Harmonies of #77BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBDB

Black with #77BBDB

Text Example


Text Example

White with #77BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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