#81BAFD

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

Shades of Maya Blue #81BAFD

Tints of Maya Blue #81BAFD

Color information

#81BAFD (or 0x81BAFD) is unknown color: approx Maya Blue. HEX triplet: 81, BA and FD. RGB value is (129,186,253). Sum of RGB (Red+Green+Blue) = 129+186+253=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #81BAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFD is #7E4502. Grayscale: #B0B0B0. Windows color (decimal): -8275203 or 16628353. OLE color: 16628353.

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

Color convert

RGB129186253-
CMYK0.490.2600.01
HSL212.42º96.88%74.9%-
HSV(B)212.42º49.01%99.22%-
XYZ44.3446.8899.64-
YUV176.6171.1294.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.71%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 253 (99.22% from 255) = 44.54%
R=22.71%
G=32.75%
B=44.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1291862530.490.2600.01212.4296.8874.9
Hex81BAFD311A01d4614b
Octal201272375613201324141113
Binary10000001101110101111110111000111010011101010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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