Html Css Color HEX #80CBDD Spray

📋 copy color: '#80CBDD'

red 128 ◦ green 203 ◦ blue 221

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

Shades of Spray #80CBDD

Tints of Spray #80CBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 23.19%
G = 36.78%
B = 40.04%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80CBDD (or 0x80CBDD) is known color: Spray. HEX triplet: 80, CB and DD. RGB value is (128,203,221). Sum of RGB (Red+Green+Blue) = 128+203+221=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #80CBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBDD is #7F3422. Grayscale: #B6B6B6. Windows color (decimal): -8336419 or 14535552. OLE color: 14535552.

HSL color Cylindrical-coordinate representation of color #80CBDD: hue angle of 191.61º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CBDD is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 203 221 -
CMYK 0.42 0.08 0 0.13
HSL 191.61º 0.58% 0.68% -
HSV(B) 191.61º 0.42% 0.87% -
XYZ 43.31 52.52 76.26 -
YUV 182.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 128 203 221 0.42 0.08 0 0.13 191.61 0.58 0.68
Hex 80 CB DD 2A 8 0 D C0 3A 44
Octal 200 313 335 52 10 0 15 300 72 104
Binary 10000000 11001011 11011101 101010 1000 0 1101 11000000 111010 1000100

Color Harmonies of #80CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBDD

Black with #80CBDD

Text Example


Text Example

White with #80CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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