#81BAFF

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

Shades of Maya Blue #81BAFF

Tints of Maya Blue #81BAFF

Color information

#81BAFF (or 0x81BAFF) is unknown color: approx Maya Blue. HEX triplet: 81, BA and FF. RGB value is (129,186,255). Sum of RGB (Red+Green+Blue) = 129+186+255=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #81BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFF is #7E4500. Grayscale: #B0B0B0. Windows color (decimal): -8275201 or 16759425. OLE color: 16759425.

HSL color Cylindrical-coordinate representation of color #81BAFF: hue angle of 212.86º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BAFF is Cyan = 0.49, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB129186255-
CMYK0.490.2700
HSL212.86º100%75.29%-
HSV(B)212.86º49.41%100%-
XYZ44.6647101.33-
YUV176.82172.1293.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.63%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 255 (100% from 255) = 44.74%
R=22.63%
G=32.63%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291862550.490.2700212.8610075.29
Hex81BAFF311B00d5644b
Octal201272377613300325144113
Binary10000001101110101111111111000111011001101010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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