Html Css Color HEX #77C1DB Seagull

📋 copy color: '#77C1DB'

red 119 ◦ green 193 ◦ blue 219

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

Shades of Seagull #77C1DB

Tints of Seagull #77C1DB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

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

R = 22.41%
G = 36.35%
B = 41.24%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77C1DB (or 0x77C1DB) is known color: Seagull. HEX triplet: 77, C1 and DB. RGB value is (119,193,219). Sum of RGB (Red+Green+Blue) = 119+193+219=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #77C1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77C1DB is #883E24. Grayscale: #ADADAD. Windows color (decimal): -8928805 or 14401911. OLE color: 14401911.

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

Color convert

RGB 119 193 219 -
CMYK 0.46 0.12 0 0.14
HSL 195.6º 0.58% 0.66% -
HSV(B) 195.6º 0.46% 0.86% -
XYZ 39.46 47.18 74.04 -
YUV 173.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 119 193 219 0.46 0.12 0 0.14 195.6 0.58 0.66
Hex 77 C1 DB 2E C 0 E C4 3A 42
Octal 167 301 333 56 14 0 16 304 72 102
Binary 1110111 11000001 11011011 101110 1100 0 1110 11000100 111010 1000010

Color Harmonies of #77C1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C1DB

Black with #77C1DB

Text Example


Text Example

White with #77C1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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