Html Css Color HEX #77CFDB Spray

📋 copy color: '#77CFDB'

red 119 ◦ green 207 ◦ blue 219

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

Shades of Spray #77CFDB

Tints of Spray #77CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.98%

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

R = 21.83%
G = 37.98%
B = 40.18%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77CFDB (or 0x77CFDB) is known color: Spray. HEX triplet: 77, CF and DB. RGB value is (119,207,219). Sum of RGB (Red+Green+Blue) = 119+207+219=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #77CFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFDB is #883024. Grayscale: #B5B5B5. Windows color (decimal): -8925221 or 14405495. OLE color: 14405495.

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

Color convert

RGB 119 207 219 -
CMYK 0.46 0.05 0 0.14
HSL 187.2º 0.58% 0.66% -
HSV(B) 187.2º 0.46% 0.86% -
XYZ 42.71 53.66 75.12 -
YUV 182.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 119 207 219 0.46 0.05 0 0.14 187.2 0.58 0.66
Hex 77 CF DB 2E 5 0 E BB 3A 42
Octal 167 317 333 56 5 0 16 273 72 102
Binary 1110111 11001111 11011011 101110 101 0 1110 10111011 111010 1000010

Color Harmonies of #77CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFDB

Black with #77CFDB

Text Example


Text Example

White with #77CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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