#81B7FB

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

Shades of Maya Blue #81B7FB

Tints of Maya Blue #81B7FB

Color information

#81B7FB (or 0x81B7FB) is unknown color: approx Maya Blue. HEX triplet: 81, B7 and FB. RGB value is (129,183,251). Sum of RGB (Red+Green+Blue) = 129+183+251=563 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.91% from 563); Green value is 183 (71.88% from 255 or 32.50% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #81B7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B7FB is #7E4804. Grayscale: #AEAEAE. Windows color (decimal): -8275973 or 16496513. OLE color: 16496513.

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

Color convert

RGB129183251-
CMYK0.490.2700.02
HSL213.44º93.85%74.51%-
HSV(B)213.44º48.61%98.43%-
XYZ43.445.597.76-
YUV174.61171.1195.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.91%
GREEN value IS 183 (71.88% from 255) = 32.50%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=22.91%
G=32.50%
B=44.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291832510.490.2700.02213.4493.8574.51
Hex81B7FB311B02d55e4b
Octal201267373613302325136113
Binary100000011011011111111011110001110110101101010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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