#81D0FA

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

Shades of Light Sky Blue #81D0FA

Tints of Light Sky Blue #81D0FA

Color information

#81D0FA (or 0x81D0FA) is unknown color: approx Light Sky Blue. HEX triplet: 81, D0 and FA. RGB value is (129,208,250). Sum of RGB (Red+Green+Blue) = 129+208+250=587 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.98% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #81D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D0FA is #7E2F05. Grayscale: #BCBCBC. Windows color (decimal): -8269574 or 16437377. OLE color: 16437377.

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

Color convert

RGB129208250-
CMYK0.480.1700.02
HSL200.83º92.37%74.31%-
HSV(B)200.83º48.4%98.04%-
XYZ48.8656.6898.81-
YUV189.17162.3385.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.98%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=21.98%
G=35.43%
B=42.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292082500.480.1700.02200.8392.3774.31
Hex81D0FA301102c95c4a
Octal201320372602102311134112
Binary100000011101000011111010110000100010101100100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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