#81DAEE

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

Shades of Sky Blue #81DAEE

Tints of Sky Blue #81DAEE

Color information

#81DAEE (or 0x81DAEE) is unknown color: approx Sky Blue. HEX triplet: 81, DA and EE. RGB value is (129,218,238). Sum of RGB (Red+Green+Blue) = 129+218+238=585 (77% of max value = 765). Red value is 129 (50.78% from 255 or 22.05% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #81DAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DAEE is #7E2511. Grayscale: #C1C1C1. Windows color (decimal): -8267026 or 15653505. OLE color: 15653505.

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

Color convert

RGB129218238-
CMYK0.460.0800.07
HSL191.01º76.22%71.96%-
HSV(B)191.01º45.8%93.33%-
XYZ49.5660.9890.05-
YUV193.67153.0181.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.05%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=22.05%
G=37.26%
B=40.68%

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
Decimal1292182380.460.0800.07191.0176.2271.96
Hex81DAEE2E807bf4c48
Octal201332356561007277114110
Binary100000011101101011101110101110100001111011111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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