#81C5FA

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

Shades of Light Sky Blue #81C5FA

Tints of Light Sky Blue #81C5FA

Color information

#81C5FA (or 0x81C5FA) is unknown color: approx Light Sky Blue. HEX triplet: 81, C5 and FA. RGB value is (129,197,250). Sum of RGB (Red+Green+Blue) = 129+197+250=576 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.40% from 576); Green value is 197 (77.34% from 255 or 34.20% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #81C5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C5FA is #7E3A05. Grayscale: #B6B6B6. Windows color (decimal): -8272390 or 16434561. OLE color: 16434561.

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

Color convert

RGB129197250-
CMYK0.480.2100.02
HSL206.28º92.37%74.31%-
HSV(B)206.28º48.4%98.04%-
XYZ46.2751.597.94-
YUV182.71165.9789.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.40%
GREEN value IS 197 (77.34% from 255) = 34.20%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=22.40%
G=34.20%
B=43.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291972500.480.2100.02206.2892.3774.31
Hex81C5FA301502ce5c4a
Octal201305372602502316134112
Binary100000011100010111111010110000101010101100111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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