#81C6FB

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

Shades of Light Sky Blue #81C6FB

Tints of Light Sky Blue #81C6FB

Color information

#81C6FB (or 0x81C6FB) is unknown color: approx Light Sky Blue. HEX triplet: 81, C6 and FB. RGB value is (129,198,251). Sum of RGB (Red+Green+Blue) = 129+198+251=578 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.32% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #81C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81C6FB is #7E3904. Grayscale: #B7B7B7. Windows color (decimal): -8272133 or 16500353. OLE color: 16500353.

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

Color convert

RGB129198251-
CMYK0.490.2100.02
HSL206.07º93.85%74.51%-
HSV(B)206.07º48.61%98.43%-
XYZ46.6652.0298.85-
YUV183.41166.1489.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.32%
GREEN value IS 198 (77.73% from 255) = 34.26%
BLUE value IS 251 (98.44% from 255) = 43.43%
R=22.32%
G=34.26%
B=43.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291982510.490.2100.02206.0793.8574.51
Hex81C6FB311502ce5e4b
Octal201306373612502316136113
Binary100000011100011011111011110001101010101100111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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