#81D4DB

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

Shades of Spray #81D4DB

Tints of Spray #81D4DB

Color information

#81D4DB (or 0x81D4DB) is unknown color: approx Spray. HEX triplet: 81, D4 and DB. RGB value is (129,212,219). Sum of RGB (Red+Green+Blue) = 129+212+219=560 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.04% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #81D4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D4DB is #7E2B24. Grayscale: #BBBBBB. Windows color (decimal): -8268581 or 14406785. OLE color: 14406785.

HSL color Cylindrical-coordinate representation of color #81D4DB: hue angle of 184.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81D4DB is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129212219-
CMYK0.410.0300.14
HSL184.67º55.56%68.24%-
HSV(B)184.67º41.1%85.88%-
XYZ45.3856.8775.6-
YUV187.98145.585.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.04%
GREEN value IS 212 (83.20% from 255) = 37.86%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=23.04%
G=37.86%
B=39.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1292122190.410.0300.14184.6755.5668.24
Hex81D4DB2930Eb93844
Octal20132433351301627170104
Binary1000000111010100110110111010011101110101110011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81D4DB; }

 p { color: rgb(129,212,219); }

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

<style>
 a { background-color: #81D4DB; }

 a { background-color: rgb(129,212,219); }

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

<style>
 span { border-color: #81D4DB; }

 span { border-color: rgb(129,212,219); }

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