#81BBEE

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

Shades of Maya Blue #81BBEE

Tints of Maya Blue #81BBEE

Color information

#81BBEE (or 0x81BBEE) is unknown color: approx Maya Blue. HEX triplet: 81, BB and EE. RGB value is (129,187,238). Sum of RGB (Red+Green+Blue) = 129+187+238=554 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.29% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #81BBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BBEE is #7E4411. Grayscale: #AFAFAF. Windows color (decimal): -8274962 or 15645569. OLE color: 15645569.

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

Color convert

RGB129187238-
CMYK0.460.2100.07
HSL208.07º76.22%71.96%-
HSV(B)208.07º45.8%93.33%-
XYZ42.2646.3887.61-
YUV175.47163.2894.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.29%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=23.29%
G=33.75%
B=42.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291872380.460.2100.07208.0776.2271.96
Hex81BBEE2E1507d04c48
Octal201273356562507320114110
Binary1000000110111011111011101011101010101111101000010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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