Html Css Color HEX #81B5FE Maya Blue

📋 copy color: '#81B5FE'

red 129 ◦ green 181 ◦ blue 254

#81B5FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #81B5FE

Tints of Maya Blue #81B5FE

RGB

 RED value IS 129 (50.78% from 255) = 22.87%

 GREEN value IS 181 (71.09% from 255) = 32.09%

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 22.87%
G = 32.09%
B = 45.04%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81B5FE (or 0x81B5FE) is known color: Maya Blue. HEX triplet: 81, B5 and FE. RGB value is (129,181,254). Sum of RGB (Red+Green+Blue) = 129+181+254=564 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.87% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #81B5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81B5FE is #7E4A01. Grayscale: #ADADAD. Windows color (decimal): -8276482 or 16692609. OLE color: 16692609.

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

Color convert

RGB 129 181 254 -
CMYK 0.49 0.29 0 0.00
HSL 215.04º 0.98% 0.75% -
HSV(B) 215.04º 0.49% 1% -
XYZ 43.47 44.87 100.14 -
YUV 173.77 173.27 96.06 -
System Red Green Blue C M Y K H S L
Decimal 129 181 254 0.49 0.29 0 0.00 215.04 0.98 0.75
Hex 81 B5 FE 31 1D 0 0 D7 62 4B
Octal 201 265 376 61 35 0 0 327 142 113
Binary 10000001 10110101 11111110 110001 11101 0 0 11010111 1100010 1001011

Color Harmonies of #81B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B5FE

Black with #81B5FE

Text Example


Text Example

White with #81B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81B5FE;
 }
 .AnyTagClassName
 {
   color: #81B5FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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