#81B7FA

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

Shades of Maya Blue #81B7FA

Tints of Maya Blue #81B7FA

Color information

#81B7FA (or 0x81B7FA) is unknown color: approx Maya Blue. HEX triplet: 81, B7 and FA. RGB value is (129,183,250). Sum of RGB (Red+Green+Blue) = 129+183+250=562 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.95% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #81B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B7FA is #7E4805. Grayscale: #AEAEAE. Windows color (decimal): -8275974 or 16430977. OLE color: 16430977.

HSL color Cylindrical-coordinate representation of color #81B7FA: hue angle of 213.22º 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 #81B7FA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB129183250-
CMYK0.480.2700.02
HSL213.22º92.37%74.31%-
HSV(B)213.22º48.4%98.04%-
XYZ43.2445.4496.93-
YUV174.49170.6195.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.95%
GREEN value IS 183 (71.88% from 255) = 32.56%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=22.95%
G=32.56%
B=44.48%

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
Decimal1291832500.480.2700.02213.2292.3774.31
Hex81B7FA301B02d55c4a
Octal201267372603302325134112
Binary100000011011011111111010110000110110101101010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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