#81DDEE

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

Shades of Sky Blue #81DDEE

Tints of Sky Blue #81DDEE

Color information

#81DDEE (or 0x81DDEE) is unknown color: approx Sky Blue. HEX triplet: 81, DD and EE. RGB value is (129,221,238). Sum of RGB (Red+Green+Blue) = 129+221+238=588 (77% of max value = 765). Red value is 129 (50.78% from 255 or 21.94% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #81DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DDEE is #7E2211. Grayscale: #C3C3C3. Windows color (decimal): -8266258 or 15654273. OLE color: 15654273.

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

Color convert

RGB129221238-
CMYK0.460.0700.07
HSL189.36º76.22%71.96%-
HSV(B)189.36º45.8%93.33%-
XYZ50.3462.5590.31-
YUV195.43152.0280.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.94%
GREEN value IS 221 (86.72% from 255) = 37.59%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=21.94%
G=37.59%
B=40.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292212380.460.0700.07189.3676.2271.96
Hex81DDEE2E707bd4c48
Octal20133535656707275114110
Binary10000001110111011110111010111011101111011110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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