Html Css Color HEX #80CBDB Spray

📋 copy color: '#80CBDB'

red 128 ◦ green 203 ◦ blue 219

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

Shades of Spray #80CBDB

Tints of Spray #80CBDB

RGB

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

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

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

R = 23.27%
G = 36.91%
B = 39.82%

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

#80CBDB (or 0x80CBDB) is known color: Spray. HEX triplet: 80, CB and DB. RGB value is (128,203,219). Sum of RGB (Red+Green+Blue) = 128+203+219=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBDB is #7F3424. Grayscale: #B6B6B6. Windows color (decimal): -8336421 or 14404480. OLE color: 14404480.

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

Color convert

RGB 128 203 219 -
CMYK 0.42 0.07 0 0.14
HSL 190.55º 0.56% 0.68% -
HSV(B) 190.55º 0.42% 0.86% -
XYZ 43.04 52.42 74.87 -
YUV 182.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 128 203 219 0.42 0.07 0 0.14 190.55 0.56 0.68
Hex 80 CB DB 2A 7 0 E BF 38 44
Octal 200 313 333 52 7 0 16 277 70 104
Binary 10000000 11001011 11011011 101010 111 0 1110 10111111 111000 1000100

Color Harmonies of #80CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBDB

Black with #80CBDB

Text Example


Text Example

White with #80CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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