#81DCFB

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

Shades of Light Sky Blue #81DCFB

Tints of Light Sky Blue #81DCFB

Color information

#81DCFB (or 0x81DCFB) is unknown color: approx Light Sky Blue. HEX triplet: 81, DC and FB. RGB value is (129,220,251). Sum of RGB (Red+Green+Blue) = 129+220+251=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #81DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DCFB is #7E2304. Grayscale: #C4C4C4. Windows color (decimal): -8266501 or 16505985. OLE color: 16505985.

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

Color convert

RGB129220251-
CMYK0.490.1200.02
HSL195.25º93.85%74.51%-
HSV(B)195.25º48.61%98.43%-
XYZ52.0662.82100.65-
YUV196.32158.8579.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.5%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=21.5%
G=36.67%
B=41.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292202510.490.1200.02195.2593.8574.51
Hex81DCFB31C02c35e4b
Octal201334373611402303136113
Binary10000001110111001111101111000111000101100001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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