#81DCFA

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

Shades of Light Sky Blue #81DCFA

Tints of Light Sky Blue #81DCFA

Color information

#81DCFA (or 0x81DCFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, DC and FA. RGB value is (129,220,250). Sum of RGB (Red+Green+Blue) = 129+220+250=599 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.54% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #81DCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCFA is #7E2305. Grayscale: #C3C3C3. Windows color (decimal): -8266502 or 16440449. OLE color: 16440449.

HSL color Cylindrical-coordinate representation of color #81DCFA: hue angle of 194.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 #81DCFA is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129220250-
CMYK0.480.1200.02
HSL194.88º92.37%74.31%-
HSV(B)194.88º48.4%98.04%-
XYZ51.962.7699.82-
YUV196.21158.3580.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.54%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 250 (98.05% from 255) = 41.74%
R=21.54%
G=36.73%
B=41.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292202500.480.1200.02194.8892.3774.31
Hex81DCFA30C02c35c4a
Octal201334372601402303134112
Binary10000001110111001111101011000011000101100001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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