#81DAFC

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

Shades of Light Sky Blue #81DAFC

Tints of Light Sky Blue #81DAFC

Color information

#81DAFC (or 0x81DAFC) is unknown color: approx Light Sky Blue. HEX triplet: 81, DA and FC. RGB value is (129,218,252). Sum of RGB (Red+Green+Blue) = 129+218+252=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #81DAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DAFC is #7E2503. Grayscale: #C3C3C3. Windows color (decimal): -8267012 or 16571009. OLE color: 16571009.

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

Color convert

RGB129218252-
CMYK0.490.1300.01
HSL196.59º95.35%74.71%-
HSV(B)196.59º48.81%98.82%-
XYZ51.761.84101.31-
YUV195.26160.0180.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.54%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 252 (98.83% from 255) = 42.07%
R=21.54%
G=36.39%
B=42.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292182520.490.1300.01196.5995.3574.71
Hex81DAFC31D01c55f4b
Octal201332374611501305137113
Binary1000000111011010111111001100011101011100010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,252); }

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

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

 a { background-color: rgb(129,218,252); }

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

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

 span { border-color: rgb(129,218,252); }

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