Html Css Color HEX #77D5DB Spray

📋 copy color: '#77D5DB'

red 119 ◦ green 213 ◦ blue 219

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

Shades of Spray #77D5DB

Tints of Spray #77D5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.66%

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

R = 21.6%
G = 38.66%
B = 39.75%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77D5DB (or 0x77D5DB) is known color: Spray. HEX triplet: 77, D5 and DB. RGB value is (119,213,219). Sum of RGB (Red+Green+Blue) = 119+213+219=551 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.60% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #77D5DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D5DB is #882A24. Grayscale: #B9B9B9. Windows color (decimal): -8923685 or 14407031. OLE color: 14407031.

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

Color convert

RGB 119 213 219 -
CMYK 0.46 0.03 0 0.14
HSL 183.6º 0.58% 0.66% -
HSV(B) 183.6º 0.46% 0.86% -
XYZ 44.19 56.62 75.62 -
YUV 185.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 119 213 219 0.46 0.03 0 0.14 183.6 0.58 0.66
Hex 77 D5 DB 2E 3 0 E B8 3A 42
Octal 167 325 333 56 3 0 16 270 72 102
Binary 1110111 11010101 11011011 101110 11 0 1110 10111000 111010 1000010

Color Harmonies of #77D5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D5DB

Black with #77D5DB

Text Example


Text Example

White with #77D5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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