Html Css Color HEX #80C2DD Spray

📋 copy color: '#80C2DD'

red 128 ◦ green 194 ◦ blue 221

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

Shades of Spray #80C2DD

Tints of Spray #80C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.73%

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

R = 23.57%
G = 35.73%
B = 40.7%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#80C2DD (or 0x80C2DD) is known color: Spray. HEX triplet: 80, C2 and DD. RGB value is (128,194,221). Sum of RGB (Red+Green+Blue) = 128+194+221=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #80C2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80C2DD is #7F3D22. Grayscale: #B1B1B1. Windows color (decimal): -8338723 or 14533248. OLE color: 14533248.

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

Color convert

RGB 128 194 221 -
CMYK 0.42 0.12 0 0.13
HSL 197.42º 0.58% 0.68% -
HSV(B) 197.42º 0.42% 0.87% -
XYZ 41.25 48.39 75.57 -
YUV 177.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 128 194 221 0.42 0.12 0 0.13 197.42 0.58 0.68
Hex 80 C2 DD 2A C 0 D C5 3A 44
Octal 200 302 335 52 14 0 15 305 72 104
Binary 10000000 11000010 11011101 101010 1100 0 1101 11000101 111010 1000100

Color Harmonies of #80C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C2DD

Black with #80C2DD

Text Example


Text Example

White with #80C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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