#81B2FA

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

Shades of Maya Blue #81B2FA

Tints of Maya Blue #81B2FA

Color information

#81B2FA (or 0x81B2FA) is unknown color: approx Maya Blue. HEX triplet: 81, B2 and FA. RGB value is (129,178,250). Sum of RGB (Red+Green+Blue) = 129+178+250=557 (73% of max value = 765). Red value is 129 (50.78% from 255 or 23.16% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #81B2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B2FA is #7E4D05. Grayscale: #ABABAB. Windows color (decimal): -8277254 or 16429697. OLE color: 16429697.

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

Color convert

RGB129178250-
CMYK0.480.2900.02
HSL215.7º92.37%74.31%-
HSV(B)215.7º48.4%98.04%-
XYZ42.2343.4196.6-
YUV171.56172.2797.65-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.16%
GREEN value IS 178 (69.92% from 255) = 31.96%
BLUE value IS 250 (98.05% from 255) = 44.88%
R=23.16%
G=31.96%
B=44.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291782500.480.2900.02215.792.3774.31
Hex81B2FA301D02d85c4a
Octal201262372603502330134112
Binary100000011011001011111010110000111010101101100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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