#81C6FD

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

Shades of Light Sky Blue #81C6FD

Tints of Light Sky Blue #81C6FD

Color information

#81C6FD (or 0x81C6FD) is unknown color: approx Light Sky Blue. HEX triplet: 81, C6 and FD. RGB value is (129,198,253). Sum of RGB (Red+Green+Blue) = 129+198+253=580 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.24% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #81C6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C6FD is #7E3902. Grayscale: #B7B7B7. Windows color (decimal): -8272131 or 16631425. OLE color: 16631425.

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

Color convert

RGB129198253-
CMYK0.490.2200.01
HSL206.61º96.88%74.9%-
HSV(B)206.61º49.01%99.22%-
XYZ46.9852.15100.52-
YUV183.64167.1489.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.24%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 253 (99.22% from 255) = 43.62%
R=22.24%
G=34.14%
B=43.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291982530.490.2200.01206.6196.8874.9
Hex81C6FD311601cf614b
Octal201306375612601317141113
Binary10000001110001101111110111000110110011100111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,198,253); }

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

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

 a { background-color: rgb(129,198,253); }

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

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

 span { border-color: rgb(129,198,253); }

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