#81DAEA

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

Shades of Sky Blue #81DAEA

Tints of Sky Blue #81DAEA

Color information

#81DAEA (or 0x81DAEA) is unknown color: approx Sky Blue. HEX triplet: 81, DA and EA. RGB value is (129,218,234). Sum of RGB (Red+Green+Blue) = 129+218+234=581 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.20% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #81DAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81DAEA is #7E2515. Grayscale: #C1C1C1. Windows color (decimal): -8267030 or 15391361. OLE color: 15391361.

HSL color Cylindrical-coordinate representation of color #81DAEA: hue angle of 189.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81DAEA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129218234-
CMYK0.450.0700.08
HSL189.14º71.43%71.18%-
HSV(B)189.14º44.87%91.76%-
XYZ48.9860.7586.99-
YUV193.21151.0182.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.20%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=22.20%
G=37.52%
B=40.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292182340.450.0700.08189.1471.4371.18
Hex81DAEA2D708bd4747
Octal201332352557010275107107
Binary100000011101101011101010101101111010001011110110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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