#81D8FB

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

Shades of Light Sky Blue #81D8FB

Tints of Light Sky Blue #81D8FB

Color information

#81D8FB (or 0x81D8FB) is unknown color: approx Light Sky Blue. HEX triplet: 81, D8 and FB. RGB value is (129,216,251). Sum of RGB (Red+Green+Blue) = 129+216+251=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #81D8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D8FB is #7E2704. Grayscale: #C1C1C1. Windows color (decimal): -8267525 or 16504961. OLE color: 16504961.

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

Color convert

RGB129216251-
CMYK0.490.1400.02
HSL197.21º93.85%74.51%-
HSV(B)197.21º48.61%98.43%-
XYZ51.0260.74100.3-
YUV193.98160.1881.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.64%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=21.64%
G=36.24%
B=42.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292162510.490.1400.02197.2193.8574.51
Hex81D8FB31E02c55e4b
Octal201330373611602305136113
Binary10000001110110001111101111000111100101100010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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