#81BFFB

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

Shades of Maya Blue #81BFFB

Tints of Maya Blue #81BFFB

Color information

#81BFFB (or 0x81BFFB) is unknown color: approx Maya Blue. HEX triplet: 81, BF and FB. RGB value is (129,191,251). Sum of RGB (Red+Green+Blue) = 129+191+251=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #81BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFB is #7E4004. Grayscale: #B3B3B3. Windows color (decimal): -8273925 or 16498561. OLE color: 16498561.

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

Color convert

RGB129191251-
CMYK0.490.2400.02
HSL209.51º93.85%74.51%-
HSV(B)209.51º48.61%98.43%-
XYZ45.148.8998.33-
YUV179.3168.4692.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.59%
GREEN value IS 191 (75% from 255) = 33.45%
BLUE value IS 251 (98.44% from 255) = 43.96%
R=22.59%
G=33.45%
B=43.96%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291912510.490.2400.02209.5193.8574.51
Hex81BFFB311802d25e4b
Octal201277373613002322136113
Binary100000011011111111111011110001110000101101001010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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