#81DEEE

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

Shades of Sky Blue #81DEEE

Tints of Sky Blue #81DEEE

Color information

#81DEEE (or 0x81DEEE) is unknown color: approx Sky Blue. HEX triplet: 81, DE and EE. RGB value is (129,222,238). Sum of RGB (Red+Green+Blue) = 129+222+238=589 (78% of max value = 765). Red value is 129 (50.78% from 255 or 21.90% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #81DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DEEE is #7E2111. Grayscale: #C3C3C3. Windows color (decimal): -8266002 or 15654529. OLE color: 15654529.

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

Color convert

RGB129222238-
CMYK0.460.0700.07
HSL188.81º76.22%71.96%-
HSV(B)188.81º45.8%93.33%-
XYZ50.6163.0890.4-
YUV196.02151.6980.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 21.90%
GREEN value IS 222 (87.11% from 255) = 37.69%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=21.90%
G=37.69%
B=40.41%

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
Decimal1292222380.460.0700.07188.8176.2271.96
Hex81DEEE2E707bd4c48
Octal20133635656707275114110
Binary10000001110111101110111010111011101111011110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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