#80CFDE

Color #80CFDE Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #80CFDE

Tints of Spray #80CFDE

Color information

#80CFDE (or 0x80CFDE) is unknown color: approx Spray. HEX triplet: 80, CF and DE. RGB value is (128,207,222). Sum of RGB (Red+Green+Blue) = 128+207+222=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #80CFDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFDE is #7F3021. Grayscale: #B8B8B8. Windows color (decimal): -8335394 or 14602112. OLE color: 14602112.

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

Color convert

RGB128207222-
CMYK0.420.0700.13
HSL189.57º58.75%68.63%-
HSV(B)189.57º42.34%87.06%-
XYZ44.454.4977.28-
YUV185.09148.8387.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.98%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 222 (87.11% from 255) = 39.86%
R=22.98%
G=37.16%
B=39.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282072220.420.0700.13189.5758.7568.63
Hex80CFDE2A70Dbe3b45
Octal20031733652701527673105
Binary10000000110011111101111010101011101101101111101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,207,222); }

 H1.HeaderClassName
 {
   color: #80CFDE;
 }
 .AnyTagClassName
 {
   color: #80CFDE;
 }
</style>
background-color css

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

 a { background-color: rgb(128,207,222); }

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

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

 span { border-color: rgb(128,207,222); }

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