#81DAF9

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

Shades of Light Sky Blue #81DAF9

Tints of Light Sky Blue #81DAF9

Color information

#81DAF9 (or 0x81DAF9) is unknown color: approx Light Sky Blue. HEX triplet: 81, DA and F9. RGB value is (129,218,249). Sum of RGB (Red+Green+Blue) = 129+218+249=596 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.64% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #81DAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DAF9 is #7E2506. Grayscale: #C2C2C2. Windows color (decimal): -8267015 or 16374401. OLE color: 16374401.

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

Color convert

RGB129218249-
CMYK0.480.1200.02
HSL195.5º90.91%74.12%-
HSV(B)195.5º48.19%97.65%-
XYZ51.2261.6598.82-
YUV194.92158.5180.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.64%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 249 (97.66% from 255) = 41.78%
R=21.64%
G=36.58%
B=41.78%

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
Decimal1292182490.480.1200.02195.590.9174.12
Hex81DAF930C02c45b4a
Octal201332371601402304133112
Binary10000001110110101111100111000011000101100010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,218,249); }

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

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

 a { background-color: rgb(129,218,249); }

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

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

 span { border-color: rgb(129,218,249); }

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