#81D0E9

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

Shades of Sky Blue #81D0E9

Tints of Sky Blue #81D0E9

Color information

#81D0E9 (or 0x81D0E9) is unknown color: approx Sky Blue. HEX triplet: 81, D0 and E9. RGB value is (129,208,233). Sum of RGB (Red+Green+Blue) = 129+208+233=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #81D0E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81D0E9 is #7E2F16. Grayscale: #BBBBBB. Windows color (decimal): -8269591 or 15323265. OLE color: 15323265.

HSL color Cylindrical-coordinate representation of color #81D0E9: hue angle of 194.42º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81D0E9 is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129208233-
CMYK0.450.1100.09
HSL194.42º70.27%70.98%-
HSV(B)194.42º44.64%91.37%-
XYZ46.3255.6685.39-
YUV187.23153.8386.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.63%
GREEN value IS 208 (81.64% from 255) = 36.49%
BLUE value IS 233 (91.41% from 255) = 40.88%
R=22.63%
G=36.49%
B=40.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1292082330.450.1100.09194.4270.2770.98
Hex81D0E92DB09c24647
Octal2013203515513011302106107
Binary1000000111010000111010011011011011010011100001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81D0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,208,233); }

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

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

 a { background-color: rgb(129,208,233); }

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

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

 span { border-color: rgb(129,208,233); }

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