#81B6FA

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

Shades of Maya Blue #81B6FA

Tints of Maya Blue #81B6FA

Color information

#81B6FA (or 0x81B6FA) is unknown color: approx Maya Blue. HEX triplet: 81, B6 and FA. RGB value is (129,182,250). Sum of RGB (Red+Green+Blue) = 129+182+250=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #81B6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B6FA is #7E4905. Grayscale: #ADADAD. Windows color (decimal): -8276230 or 16430721. OLE color: 16430721.

HSL color Cylindrical-coordinate representation of color #81B6FA: hue angle of 213.72º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81B6FA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129182250-
CMYK0.480.2700.02
HSL213.72º92.37%74.31%-
HSV(B)213.72º48.4%98.04%-
XYZ43.0445.0396.86-
YUV173.9170.9495.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 250 (98.05% from 255) = 44.56%
R=22.99%
G=32.44%
B=44.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291822500.480.2700.02213.7292.3774.31
Hex81B6FA301B02d65c4a
Octal201266372603302326134112
Binary100000011011011011111010110000110110101101011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,182,250); }

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

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

 a { background-color: rgb(129,182,250); }

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

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

 span { border-color: rgb(129,182,250); }

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