#81D3D9

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

Shades of Spray #81D3D9

Tints of Spray #81D3D9

Color information

#81D3D9 (or 0x81D3D9) is unknown color: approx Spray. HEX triplet: 81, D3 and D9. RGB value is (129,211,217). Sum of RGB (Red+Green+Blue) = 129+211+217=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #81D3D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81D3D9 is #7E2C26. Grayscale: #BBBBBB. Windows color (decimal): -8268839 or 14275457. OLE color: 14275457.

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

Color convert

RGB129211217-
CMYK0.410.0300.15
HSL184.09º53.66%67.84%-
HSV(B)184.09º40.55%85.1%-
XYZ44.8756.2774.14-
YUV187.17144.8386.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.16%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 217 (85.16% from 255) = 38.96%
R=23.16%
G=37.88%
B=38.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1292112170.410.0300.15184.0953.6667.84
Hex81D3D92930Fb83644
Octal20132333151301727066104
Binary1000000111010011110110011010011101111101110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,211,217); }

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

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

 a { background-color: rgb(129,211,217); }

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

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

 span { border-color: rgb(129,211,217); }

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