Html Css Color HEX #81BAFE Maya Blue

📋 copy color: '#81BAFE'

red 129 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #81BAFE

Tints of Maya Blue #81BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.69%

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

R = 22.67%
G = 32.69%
B = 44.64%

CMYK

 C value IS 0.49

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#81BAFE (or 0x81BAFE) is known color: Maya Blue. HEX triplet: 81, BA and FE. RGB value is (129,186,254). Sum of RGB (Red+Green+Blue) = 129+186+254=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #81BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFE is #7E4501. Grayscale: #B0B0B0. Windows color (decimal): -8275202 or 16693889. OLE color: 16693889.

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

Color convert

RGB 129 186 254 -
CMYK 0.49 0.27 0 0.00
HSL 212.64º 0.98% 0.75% -
HSV(B) 212.64º 0.49% 1% -
XYZ 44.5 46.94 100.48 -
YUV 176.71 171.62 93.97 -
System Red Green Blue C M Y K H S L
Decimal 129 186 254 0.49 0.27 0 0.00 212.64 0.98 0.75
Hex 81 BA FE 31 1B 0 0 D5 62 4B
Octal 201 272 376 61 33 0 0 325 142 113
Binary 10000001 10111010 11111110 110001 11011 0 0 11010101 1100010 1001011

Color Harmonies of #81BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BAFE

Black with #81BAFE

Text Example


Text Example

White with #81BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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