#81B5FB

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

Shades of Maya Blue #81B5FB

Tints of Maya Blue #81B5FB

Color information

#81B5FB (or 0x81B5FB) is unknown color: approx Maya Blue. HEX triplet: 81, B5 and FB. RGB value is (129,181,251). Sum of RGB (Red+Green+Blue) = 129+181+251=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 181 (71.09% from 255 or 32.26% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #81B5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B5FB is #7E4A04. Grayscale: #ADADAD. Windows color (decimal): -8276485 or 16496001. OLE color: 16496001.

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

Color convert

RGB129181251-
CMYK0.490.2800.02
HSL214.43º93.85%74.51%-
HSV(B)214.43º48.61%98.43%-
XYZ42.9944.6897.63-
YUV173.43171.7796.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.99%
GREEN value IS 181 (71.09% from 255) = 32.26%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=22.99%
G=32.26%
B=44.74%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291812510.490.2800.02214.4393.8574.51
Hex81B5FB311C02d65e4b
Octal201265373613402326136113
Binary100000011011010111111011110001111000101101011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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