#81DBFC

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

Shades of Light Sky Blue #81DBFC

Tints of Light Sky Blue #81DBFC

Color information

#81DBFC (or 0x81DBFC) is unknown color: approx Light Sky Blue. HEX triplet: 81, DB and FC. RGB value is (129,219,252). Sum of RGB (Red+Green+Blue) = 129+219+252=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #81DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DBFC is #7E2403. Grayscale: #C3C3C3. Windows color (decimal): -8266756 or 16571265. OLE color: 16571265.

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

Color convert

RGB129219252-
CMYK0.490.1300.01
HSL196.1º95.35%74.71%-
HSV(B)196.1º48.81%98.82%-
XYZ51.9662.36101.39-
YUV195.85159.6880.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.5%
GREEN value IS 219 (85.94% from 255) = 36.5%
BLUE value IS 252 (98.83% from 255) = 42%
R=21.5%
G=36.5%
B=42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1292192520.490.1300.01196.195.3574.71
Hex81DBFC31D01c45f4b
Octal201333374611501304137113
Binary1000000111011011111111001100011101011100010010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,219,252); }

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

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

 a { background-color: rgb(129,219,252); }

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

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

 span { border-color: rgb(129,219,252); }

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