Html Css Color HEX #77CBDB Spray

📋 copy color: '#77CBDB'

red 119 ◦ green 203 ◦ blue 219

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

Shades of Spray #77CBDB

Tints of Spray #77CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.52%

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

R = 22%
G = 37.52%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77CBDB (or 0x77CBDB) is known color: Spray. HEX triplet: 77, CB and DB. RGB value is (119,203,219). Sum of RGB (Red+Green+Blue) = 119+203+219=541 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.00% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #77CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CBDB is #883424. Grayscale: #B3B3B3. Windows color (decimal): -8926245 or 14404471. OLE color: 14404471.

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

Color convert

RGB 119 203 219 -
CMYK 0.46 0.07 0 0.14
HSL 189.6º 0.58% 0.66% -
HSV(B) 189.6º 0.46% 0.86% -
XYZ 41.75 51.75 74.81 -
YUV 179.71 150.17 84.7 -
System Red Green Blue C M Y K H S L
Decimal 119 203 219 0.46 0.07 0 0.14 189.6 0.58 0.66
Hex 77 CB DB 2E 7 0 E BE 3A 42
Octal 167 313 333 56 7 0 16 276 72 102
Binary 1110111 11001011 11011011 101110 111 0 1110 10111110 111010 1000010

Color Harmonies of #77CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CBDB

Black with #77CBDB

Text Example


Text Example

White with #77CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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