Html Css Color HEX #77B8DB Seagull

📋 copy color: '#77B8DB'

red 119 ◦ green 184 ◦ blue 219

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

Shades of Seagull #77B8DB

Tints of Seagull #77B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.25%

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

R = 22.8%
G = 35.25%
B = 41.95%

CMYK

 C value IS 0.46

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77B8DB (or 0x77B8DB) is known color: Seagull. HEX triplet: 77, B8 and DB. RGB value is (119,184,219). Sum of RGB (Red+Green+Blue) = 119+184+219=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #77B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77B8DB is #884724. Grayscale: #A8A8A8. Windows color (decimal): -8931109 or 14399607. OLE color: 14399607.

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

Color convert

RGB 119 184 219 -
CMYK 0.46 0.16 0 0.14
HSL 201º 0.58% 0.66% -
HSV(B) 201º 0.46% 0.86% -
XYZ 37.53 43.32 73.4 -
YUV 168.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 119 184 219 0.46 0.16 0 0.14 201 0.58 0.66
Hex 77 B8 DB 2E 10 0 E C9 3A 42
Octal 167 270 333 56 20 0 16 311 72 102
Binary 1110111 10111000 11011011 101110 10000 0 1110 11001001 111010 1000010

Color Harmonies of #77B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B8DB

Black with #77B8DB

Text Example


Text Example

White with #77B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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