Html Css Color HEX #80CCDB Spray

📋 copy color: '#80CCDB'

red 128 ◦ green 204 ◦ blue 219

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

Shades of Spray #80CCDB

Tints of Spray #80CCDB

RGB

 RED value IS 128 (50.39% from 255) = 23.23%

 GREEN value IS 204 (80.08% from 255) = 37.02%

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

R = 23.23%
G = 37.02%
B = 39.75%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#80CCDB (or 0x80CCDB) is known color: Spray. HEX triplet: 80, CC and DB. RGB value is (128,204,219). Sum of RGB (Red+Green+Blue) = 128+204+219=551 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.23% from 551); Green value is 204 (80.08% from 255 or 37.02% 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 #80CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CCDB is #7F3324. Grayscale: #B6B6B6. Windows color (decimal): -8336165 or 14404736. OLE color: 14404736.

HSL color Cylindrical-coordinate representation of color #80CCDB: hue angle of 189.89º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CCDB is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 204 219 -
CMYK 0.42 0.07 0 0.14
HSL 189.89º 0.56% 0.68% -
HSV(B) 189.89º 0.42% 0.86% -
XYZ 43.28 52.89 74.95 -
YUV 182.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 128 204 219 0.42 0.07 0 0.14 189.89 0.56 0.68
Hex 80 CC DB 2A 7 0 E BE 38 44
Octal 200 314 333 52 7 0 16 276 70 104
Binary 10000000 11001100 11011011 101010 111 0 1110 10111110 111000 1000100

Color Harmonies of #80CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCDB

Black with #80CCDB

Text Example


Text Example

White with #80CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CCDB; }

 p { color: rgb(128,204,219); }

 H1.HeaderClassName
 {
   color: #80CCDB;
 }
 .AnyTagClassName
 {
   color: #80CCDB;
 }
</style>

background-color css

<style>
 a { background-color: #80CCDB; }

 a { background-color: rgb(128,204,219); }

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

border-color css

<style>
 span { border-color: #80CCDB; }

 span { border-color: rgb(128,204,219); }

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