#81D5FA

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

Shades of Light Sky Blue #81D5FA

Tints of Light Sky Blue #81D5FA

Color information

#81D5FA (or 0x81D5FA) is unknown color: approx Light Sky Blue. HEX triplet: 81, D5 and FA. RGB value is (129,213,250). Sum of RGB (Red+Green+Blue) = 129+213+250=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #81D5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D5FA is #7E2A05. Grayscale: #BFBFBF. Windows color (decimal): -8268294 or 16438657. OLE color: 16438657.

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

Color convert

RGB129213250-
CMYK0.480.1500.02
HSL198.35º92.37%74.31%-
HSV(B)198.35º48.4%98.04%-
XYZ50.159.1699.22-
YUV192.1160.6782.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.79%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 250 (98.05% from 255) = 42.23%
R=21.79%
G=35.98%
B=42.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292132500.480.1500.02198.3592.3774.31
Hex81D5FA30F02c65c4a
Octal201325372601702306134112
Binary10000001110101011111101011000011110101100011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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