#80CFDB

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

Shades of Spray #80CFDB

Tints of Spray #80CFDB

Color information

#80CFDB (or 0x80CFDB) is unknown color: approx Spray. HEX triplet: 80, CF and DB. RGB value is (128,207,219). Sum of RGB (Red+Green+Blue) = 128+207+219=554 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.10% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #80CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CFDB is #7F3024. Grayscale: #B8B8B8. Windows color (decimal): -8335397 or 14405504. OLE color: 14405504.

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

Color convert

RGB128207219-
CMYK0.420.0500.14
HSL187.91º55.83%68.04%-
HSV(B)187.91º41.55%85.88%-
XYZ4454.3375.19-
YUV184.75147.3387.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.10%
GREEN value IS 207 (81.25% from 255) = 37.36%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=23.10%
G=37.36%
B=39.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282072190.420.0500.14187.9155.8368.04
Hex80CFDB2A50Ebc3844
Octal20031733352501627470104
Binary10000000110011111101101110101010101110101111001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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