#81D8ED

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

Shades of Sky Blue #81D8ED

Tints of Sky Blue #81D8ED

Color information

#81D8ED (or 0x81D8ED) is unknown color: approx Sky Blue. HEX triplet: 81, D8 and ED. RGB value is (129,216,237). Sum of RGB (Red+Green+Blue) = 129+216+237=582 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.16% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #81D8ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D8ED is #7E2712. Grayscale: #C0C0C0. Windows color (decimal): -8267539 or 15587457. OLE color: 15587457.

HSL color Cylindrical-coordinate representation of color #81D8ED: hue angle of 191.67º 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 #81D8ED is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129216237-
CMYK0.460.0900.07
HSL191.67º75%71.76%-
HSV(B)191.67º45.57%92.94%-
XYZ48.959.8989.1-
YUV192.38153.1882.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.16%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=22.16%
G=37.11%
B=40.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292162370.460.0900.07191.677571.76
Hex81D8ED2E907c04b48
Octal201330355561107300113110
Binary100000011101100011101101101110100101111100000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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