#81DDFA

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

Shades of Light Sky Blue #81DDFA

Tints of Light Sky Blue #81DDFA

Color information

#81DDFA (or 0x81DDFA) is unknown color: approx Light Sky Blue. HEX triplet: 81, DD and FA. RGB value is (129,221,250). Sum of RGB (Red+Green+Blue) = 129+221+250=600 (79% of max value = 765). Red value is 129 (50.78% from 255 or 21.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #81DDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDFA is #7E2205. Grayscale: #C4C4C4. Windows color (decimal): -8266246 or 16440705. OLE color: 16440705.

HSL color Cylindrical-coordinate representation of color #81DDFA: hue angle of 194.38º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81DDFA is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129221250-
CMYK0.480.1200.02
HSL194.38º92.37%74.31%-
HSV(B)194.38º48.4%98.04%-
XYZ52.1763.2899.91-
YUV196.8158.0279.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.5%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=21.5%
G=36.83%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1292212500.480.1200.02194.3892.3774.31
Hex81DDFA30C02c25c4a
Octal201335372601402302134112
Binary10000001110111011111101011000011000101100001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,221,250); }

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

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

 a { background-color: rgb(129,221,250); }

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

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

 span { border-color: rgb(129,221,250); }

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