#81CFFA

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

Shades of Light Sky Blue #81CFFA

Tints of Light Sky Blue #81CFFA

Color information

#81CFFA (or 0x81CFFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, CF and FA. RGB value is (129,207,250). Sum of RGB (Red+Green+Blue) = 129+207+250=586 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.01% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #81CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFFA is #7E3005. Grayscale: #BCBCBC. Windows color (decimal): -8269830 or 16437121. OLE color: 16437121.

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

Color convert

RGB129207250-
CMYK0.480.1700.02
HSL201.32º92.37%74.31%-
HSV(B)201.32º48.4%98.04%-
XYZ48.6256.1998.73-
YUV188.58162.6685.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.01%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 250 (98.05% from 255) = 42.66%
R=22.01%
G=35.32%
B=42.66%

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
Decimal1292072500.480.1700.02201.3292.3774.31
Hex81CFFA301102c95c4a
Octal201317372602102311134112
Binary100000011100111111111010110000100010101100100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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