#81C9FD

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

Shades of Light Sky Blue #81C9FD

Tints of Light Sky Blue #81C9FD

Color information

#81C9FD (or 0x81C9FD) is unknown color: approx Light Sky Blue. HEX triplet: 81, C9 and FD. RGB value is (129,201,253). Sum of RGB (Red+Green+Blue) = 129+201+253=583 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.13% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #81C9FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C9FD is #7E3602. Grayscale: #B9B9B9. Windows color (decimal): -8271363 or 16632193. OLE color: 16632193.

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

Color convert

RGB129201253-
CMYK0.490.2100.01
HSL205.16º96.88%74.9%-
HSV(B)205.16º49.01%99.22%-
XYZ47.6753.53100.75-
YUV185.4166.1587.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.13%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=22.13%
G=34.48%
B=43.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292012530.490.2100.01205.1696.8874.9
Hex81C9FD311501cd614b
Octal201311375612501315141113
Binary10000001110010011111110111000110101011100110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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