#81D9EB

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

Shades of Sky Blue #81D9EB

Tints of Sky Blue #81D9EB

Color information

#81D9EB (or 0x81D9EB) is unknown color: approx Sky Blue. HEX triplet: 81, D9 and EB. RGB value is (129,217,235). Sum of RGB (Red+Green+Blue) = 129+217+235=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #81D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D9EB is #7E2614. Grayscale: #C0C0C0. Windows color (decimal): -8267285 or 15456641. OLE color: 15456641.

HSL color Cylindrical-coordinate representation of color #81D9EB: hue angle of 190.19º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81D9EB is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129217235-
CMYK0.450.0800.08
HSL190.19º72.6%71.37%-
HSV(B)190.19º45.11%92.16%-
XYZ48.8660.2987.66-
YUV192.74151.8582.54-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.20%
GREEN value IS 217 (85.16% from 255) = 37.35%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=22.20%
G=37.35%
B=40.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292172350.450.0800.08190.1972.671.37
Hex81D9EB2D808be4947
Octal2013313535510010276111107
Binary1000000111011001111010111011011000010001011111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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