#81BEFE

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

Shades of Maya Blue #81BEFE

Tints of Maya Blue #81BEFE

Color information

#81BEFE (or 0x81BEFE) is unknown color: approx Maya Blue. HEX triplet: 81, BE and FE. RGB value is (129,190,254). Sum of RGB (Red+Green+Blue) = 129+190+254=573 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.51% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #81BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BEFE is #7E4101. Grayscale: #B2B2B2. Windows color (decimal): -8274178 or 16694913. OLE color: 16694913.

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

Color convert

RGB129190254-
CMYK0.490.2500.00
HSL210.72º98.43%75.1%-
HSV(B)210.72º49.21%99.61%-
XYZ45.3648.65100.77-
YUV179.06170.2992.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.51%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=22.51%
G=33.16%
B=44.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291902540.490.2500.00210.7298.4375.1
Hex81BEFE311900d3624b
Octal201276376613100323142113
Binary10000001101111101111111011000111001001101001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,254); }

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

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

 a { background-color: rgb(129,190,254); }

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

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

 span { border-color: rgb(129,190,254); }

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