#81BAEE

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

Shades of Maya Blue #81BAEE

Tints of Maya Blue #81BAEE

Color information

#81BAEE (or 0x81BAEE) is unknown color: approx Maya Blue. HEX triplet: 81, BA and EE. RGB value is (129,186,238). Sum of RGB (Red+Green+Blue) = 129+186+238=553 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.33% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #81BAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAEE is #7E4511. Grayscale: #AEAEAE. Windows color (decimal): -8275218 or 15645313. OLE color: 15645313.

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

Color convert

RGB129186238-
CMYK0.460.2200.07
HSL208.62º76.22%71.96%-
HSV(B)208.62º45.8%93.33%-
XYZ42.0445.9687.54-
YUV174.88163.6295.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.33%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 238 (93.36% from 255) = 43.04%
R=23.33%
G=33.63%
B=43.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291862380.460.2200.07208.6276.2271.96
Hex81BAEE2E1607d14c48
Octal201272356562607321114110
Binary1000000110111010111011101011101011001111101000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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