#81DEFA

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

Shades of Light Sky Blue #81DEFA

Tints of Light Sky Blue #81DEFA

Color information

#81DEFA (or 0x81DEFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, DE and FA. RGB value is (129,222,250). Sum of RGB (Red+Green+Blue) = 129+222+250=601 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.46% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #81DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEFA is #7E2105. Grayscale: #C5C5C5. Windows color (decimal): -8265990 or 16440961. OLE color: 16440961.

HSL color Cylindrical-coordinate representation of color #81DEFA: hue angle of 193.88º degrees, saturation: 0.92, 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 #81DEFA is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129222250-
CMYK0.480.1100.02
HSL193.88º92.37%74.31%-
HSV(B)193.88º48.4%98.04%-
XYZ52.4363.81100-
YUV197.38157.6979.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.46%
GREEN value IS 222 (87.11% from 255) = 36.94%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=21.46%
G=36.94%
B=41.60%

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
Decimal1292222500.480.1100.02193.8892.3774.31
Hex81DEFA30B02c25c4a
Octal201336372601302302134112
Binary10000001110111101111101011000010110101100001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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