Html Css Color HEX #77BCDB Seagull

📋 copy color: '#77BCDB'

red 119 ◦ green 188 ◦ blue 219

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

Shades of Seagull #77BCDB

Tints of Seagull #77BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.74%

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

R = 22.62%
G = 35.74%
B = 41.63%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77BCDB (or 0x77BCDB) is known color: Seagull. HEX triplet: 77, BC and DB. RGB value is (119,188,219). Sum of RGB (Red+Green+Blue) = 119+188+219=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #77BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BCDB is #884324. Grayscale: #AAAAAA. Windows color (decimal): -8930085 or 14400631. OLE color: 14400631.

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

Color convert

RGB 119 188 219 -
CMYK 0.46 0.14 0 0.14
HSL 198.6º 0.58% 0.66% -
HSV(B) 198.6º 0.46% 0.86% -
XYZ 38.38 45 73.68 -
YUV 170.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 119 188 219 0.46 0.14 0 0.14 198.6 0.58 0.66
Hex 77 BC DB 2E E 0 E C7 3A 42
Octal 167 274 333 56 16 0 16 307 72 102
Binary 1110111 10111100 11011011 101110 1110 0 1110 11000111 111010 1000010

Color Harmonies of #77BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCDB

Black with #77BCDB

Text Example


Text Example

White with #77BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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