#81CFFF

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

Shades of Light Sky Blue #81CFFF

Tints of Light Sky Blue #81CFFF

Color information

#81CFFF (or 0x81CFFF) is unknown color: approx Light Sky Blue. HEX triplet: 81, CF and FF. RGB value is (129,207,255). Sum of RGB (Red+Green+Blue) = 129+207+255=591 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.83% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #81CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFFF is #7E3000. Grayscale: #BCBCBC. Windows color (decimal): -8269825 or 16764801. OLE color: 16764801.

HSL color Cylindrical-coordinate representation of color #81CFFF: hue angle of 202.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81CFFF is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129207255-
CMYK0.490.1900
HSL202.86º100%75.29%-
HSV(B)202.86º49.41%100%-
XYZ49.4256.51102.91-
YUV189.15165.1685.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.83%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 255 (100% from 255) = 43.15%
R=21.83%
G=35.03%
B=43.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1292072550.490.1900202.8610075.29
Hex81CFFF311300cb644b
Octal201317377612300313144113
Binary10000001110011111111111111000110011001100101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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