Html Css Color HEX #81BAFA Maya Blue

📋 copy color: '#81BAFA'

red 129 ◦ green 186 ◦ blue 250

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

Shades of Maya Blue #81BAFA

Tints of Maya Blue #81BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.25%

R = 22.83%
G = 32.92%
B = 44.25%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81BAFA (or 0x81BAFA) is known color: Maya Blue. HEX triplet: 81, BA and FA. RGB value is (129,186,250). Sum of RGB (Red+Green+Blue) = 129+186+250=565 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.83% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #81BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFA is #7E4505. Grayscale: #AFAFAF. Windows color (decimal): -8275206 or 16431745. OLE color: 16431745.

HSL color Cylindrical-coordinate representation of color #81BAFA: hue angle of 211.74º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81BAFA is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 186 250 -
CMYK 0.48 0.26 0 0.02
HSL 211.74º 0.92% 0.74% -
HSV(B) 211.74º 0.48% 0.98% -
XYZ 43.87 46.69 97.14 -
YUV 176.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 129 186 250 0.48 0.26 0 0.02 211.74 0.92 0.74
Hex 81 BA FA 30 1A 0 2 D4 5C 4A
Octal 201 272 372 60 32 0 2 324 134 112
Binary 10000001 10111010 11111010 110000 11010 0 10 11010100 1011100 1001010

Color Harmonies of #81BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BAFA

Black with #81BAFA

Text Example


Text Example

White with #81BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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