#81B9FE

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

Shades of Maya Blue #81B9FE

Tints of Maya Blue #81B9FE

Color information

#81B9FE (or 0x81B9FE) is unknown color: approx Maya Blue. HEX triplet: 81, B9 and FE. RGB value is (129,185,254). Sum of RGB (Red+Green+Blue) = 129+185+254=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 185 (72.66% from 255 or 32.57% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #81B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B9FE is #7E4601. Grayscale: #AFAFAF. Windows color (decimal): -8275458 or 16693633. OLE color: 16693633.

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

Color convert

RGB129185254-
CMYK0.490.2700.00
HSL213.12º98.43%75.1%-
HSV(B)213.12º49.21%99.61%-
XYZ44.2946.52100.41-
YUV176.12171.9594.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.71%
GREEN value IS 185 (72.66% from 255) = 32.57%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=22.71%
G=32.57%
B=44.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291852540.490.2700.00213.1298.4375.1
Hex81B9FE311B00d5624b
Octal201271376613300325142113
Binary10000001101110011111111011000111011001101010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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