#81D3FE

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

Shades of Light Sky Blue #81D3FE

Tints of Light Sky Blue #81D3FE

Color information

#81D3FE (or 0x81D3FE) is unknown color: approx Light Sky Blue. HEX triplet: 81, D3 and FE. RGB value is (129,211,254). Sum of RGB (Red+Green+Blue) = 129+211+254=594 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.72% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #81D3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D3FE is #7E2C01. Grayscale: #BFBFBF. Windows color (decimal): -8268802 or 16700289. OLE color: 16700289.

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

Color convert

RGB129211254-
CMYK0.490.1700.00
HSL200.64º98.43%75.1%-
HSV(B)200.64º49.21%99.61%-
XYZ50.2458.41102.39-
YUV191.38163.3383.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.72%
GREEN value IS 211 (82.81% from 255) = 35.52%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=21.72%
G=35.52%
B=42.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1292112540.490.1700.00200.6498.4375.1
Hex81D3FE311100c9624b
Octal201323376612100311142113
Binary10000001110100111111111011000110001001100100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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