#81CDD4

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

Shades of Spray #81CDD4

Tints of Spray #81CDD4

Color information

#81CDD4 (or 0x81CDD4) is unknown color: approx Spray. HEX triplet: 81, CD and D4. RGB value is (129,205,212). Sum of RGB (Red+Green+Blue) = 129+205+212=546 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.63% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 212 (83.20% from 255 or 38.83% from 546); Max value from RGB is 212 - color contains mainly: blue. Hex color #81CDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81CDD4 is #7E322B. Grayscale: #B6B6B6. Windows color (decimal): -8270380 or 13946241. OLE color: 13946241.

HSL color Cylindrical-coordinate representation of color #81CDD4: hue angle of 185.06º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81CDD4 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB129205212-
CMYK0.390.0300.17
HSL185.06º49.11%66.86%-
HSV(B)185.06º39.15%83.14%-
XYZ42.7753.0870.28-
YUV183.07144.3289.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.63%
GREEN value IS 205 (80.47% from 255) = 37.55%
BLUE value IS 212 (83.20% from 255) = 38.83%
R=23.63%
G=37.55%
B=38.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1292052120.390.0300.17185.0649.1166.86
Hex81CDD4273011b93143
Octal20131532447302127161103
Binary10000001110011011101010010011111010001101110011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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