#81DEFE

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

Shades of Light Sky Blue #81DEFE

Tints of Light Sky Blue #81DEFE

Color information

#81DEFE (or 0x81DEFE) is unknown color: approx Light Sky Blue. HEX triplet: 81, DE and FE. RGB value is (129,222,254). Sum of RGB (Red+Green+Blue) = 129+222+254=605 (80% of max value = 765). Red value is 129 (50.78% from 255 or 21.32% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #81DEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEFE is #7E2101. Grayscale: #C5C5C5. Windows color (decimal): -8265986 or 16703105. OLE color: 16703105.

HSL color Cylindrical-coordinate representation of color #81DEFE: hue angle of 195.36º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81DEFE is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129222254-
CMYK0.490.1300.00
HSL195.36º98.43%75.1%-
HSV(B)195.36º49.21%99.61%-
XYZ53.0664.07103.34-
YUV197.84159.6978.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.32%
GREEN value IS 222 (87.11% from 255) = 36.69%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=21.32%
G=36.69%
B=41.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292222540.490.1300.00195.3698.4375.1
Hex81DEFE31D00c3624b
Octal201336376611500303142113
Binary1000000111011110111111101100011101001100001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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