#81DEF9

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

Shades of Light Sky Blue #81DEF9

Tints of Light Sky Blue #81DEF9

Color information

#81DEF9 (or 0x81DEF9) is unknown color: approx Light Sky Blue. HEX triplet: 81, DE and F9. RGB value is (129,222,249). Sum of RGB (Red+Green+Blue) = 129+222+249=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #81DEF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEF9 is #7E2106. Grayscale: #C5C5C5. Windows color (decimal): -8265991 or 16375425. OLE color: 16375425.

HSL color Cylindrical-coordinate representation of color #81DEF9: hue angle of 193.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81DEF9 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129222249-
CMYK0.480.1100.02
HSL193.5º90.91%74.12%-
HSV(B)193.5º48.19%97.65%-
XYZ52.2763.7599.17-
YUV197.27157.1979.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.5%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 249 (97.66% from 255) = 41.5%
R=21.5%
G=37%
B=41.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292222490.480.1100.02193.590.9174.12
Hex81DEF930B02c25b4a
Octal201336371601302302133112
Binary10000001110111101111100111000010110101100001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,222,249); }

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

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

 a { background-color: rgb(129,222,249); }

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

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

 span { border-color: rgb(129,222,249); }

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