#80CFE0

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

Shades of Spray #80CFE0

Tints of Spray #80CFE0

Color information

#80CFE0 (or 0x80CFE0) is unknown color: approx Spray. HEX triplet: 80, CF and E0. RGB value is (128,207,224). Sum of RGB (Red+Green+Blue) = 128+207+224=559 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.90% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #80CFE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFE0 is #7F301F. Grayscale: #B9B9B9. Windows color (decimal): -8335392 or 14733184. OLE color: 14733184.

HSL color Cylindrical-coordinate representation of color #80CFE0: hue angle of 190.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CFE0 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128207224-
CMYK0.430.0800.12
HSL190.62º60.76%69.02%-
HSV(B)190.62º42.86%87.84%-
XYZ44.6754.678.7-
YUV185.32149.8387.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 22.90%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 224 (87.89% from 255) = 40.07%
R=22.90%
G=37.03%
B=40.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1282072240.430.0800.12190.6260.7669.02
Hex80CFE02B80Cbf3d45
Octal200317340531001427775105
Binary100000001100111111100000101011100001100101111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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