#81BEE9

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

Shades of Sky Blue #81BEE9

Tints of Sky Blue #81BEE9

Color information

#81BEE9 (or 0x81BEE9) is unknown color: approx Sky Blue. HEX triplet: 81, BE and E9. RGB value is (129,190,233). Sum of RGB (Red+Green+Blue) = 129+190+233=552 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.37% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #81BEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEE9 is #7E4116. Grayscale: #B0B0B0. Windows color (decimal): -8274199 or 15318657. OLE color: 15318657.

HSL color Cylindrical-coordinate representation of color #81BEE9: hue angle of 204.81º 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 #81BEE9 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129190233-
CMYK0.450.1800.09
HSL204.81º70.27%70.98%-
HSV(B)204.81º44.64%91.37%-
XYZ42.1747.3884.01-
YUV176.66159.7994-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.37%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 233 (91.41% from 255) = 42.21%
R=23.37%
G=34.42%
B=42.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291902330.450.1800.09204.8170.2770.98
Hex81BEE92D1209cd4647
Octal2012763515522011315106107
Binary10000001101111101110100110110110010010011100110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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