#81CCFA

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

Shades of Light Sky Blue #81CCFA

Tints of Light Sky Blue #81CCFA

Color information

#81CCFA (or 0x81CCFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, CC and FA. RGB value is (129,204,250). Sum of RGB (Red+Green+Blue) = 129+204+250=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #81CCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CCFA is #7E3305. Grayscale: #BABABA. Windows color (decimal): -8270598 or 16436353. OLE color: 16436353.

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

Color convert

RGB129204250-
CMYK0.480.1800.02
HSL202.81º92.37%74.31%-
HSV(B)202.81º48.4%98.04%-
XYZ47.954.7598.49-
YUV186.82163.6586.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.13%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 250 (98.05% from 255) = 42.88%
R=22.13%
G=34.99%
B=42.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292042500.480.1800.02202.8192.3774.31
Hex81CCFA301202cb5c4a
Octal201314372602202313134112
Binary100000011100110011111010110000100100101100101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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