#81DAED

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

Shades of Sky Blue #81DAED

Tints of Sky Blue #81DAED

Color information

#81DAED (or 0x81DAED) is unknown color: approx Sky Blue. HEX triplet: 81, DA and ED. RGB value is (129,218,237). Sum of RGB (Red+Green+Blue) = 129+218+237=584 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.09% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 237 (92.97% from 255 or 40.58% from 584); Max value from RGB is 237 - color contains mainly: blue. Hex color #81DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DAED is #7E2512. Grayscale: #C1C1C1. Windows color (decimal): -8267027 or 15587969. OLE color: 15587969.

HSL color Cylindrical-coordinate representation of color #81DAED: hue angle of 190.56º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81DAED is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129218237-
CMYK0.460.0800.07
HSL190.56º75%71.76%-
HSV(B)190.56º45.57%92.94%-
XYZ49.4160.9289.28-
YUV193.55152.5181.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.09%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 237 (92.97% from 255) = 40.58%
R=22.09%
G=37.33%
B=40.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292182370.460.0800.07190.567571.76
Hex81DAED2E807bf4b48
Octal201332355561007277113110
Binary100000011101101011101101101110100001111011111110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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