#81D1FE

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

Shades of Light Sky Blue #81D1FE

Tints of Light Sky Blue #81D1FE

Color information

#81D1FE (or 0x81D1FE) is unknown color: approx Light Sky Blue. HEX triplet: 81, D1 and FE. RGB value is (129,209,254). Sum of RGB (Red+Green+Blue) = 129+209+254=592 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.79% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #81D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D1FE is #7E2E01. Grayscale: #BDBDBD. Windows color (decimal): -8269314 or 16699777. OLE color: 16699777.

HSL color Cylindrical-coordinate representation of color #81D1FE: hue angle of 201.6º 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 #81D1FE is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129209254-
CMYK0.490.1800.00
HSL201.6º98.43%75.1%-
HSV(B)201.6º49.21%99.61%-
XYZ49.7457.42102.23-
YUV190.2116484.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.79%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=21.79%
G=35.30%
B=42.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292092540.490.1800.00201.698.4375.1
Hex81D1FE311200ca624b
Octal201321376612200312142113
Binary10000001110100011111111011000110010001100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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