Html Css Color HEX #81BCFA Maya Blue

📋 copy color: '#81BCFA'

red 129 ◦ green 188 ◦ blue 250

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

Shades of Maya Blue #81BCFA

Tints of Maya Blue #81BCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

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

R = 22.75%
G = 33.16%
B = 44.09%

CMYK

 C value IS 0.48

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81BCFA (or 0x81BCFA) is known color: Maya Blue. HEX triplet: 81, BC and FA. RGB value is (129,188,250). Sum of RGB (Red+Green+Blue) = 129+188+250=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #81BCFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFA is #7E4305. Grayscale: #B1B1B1. Windows color (decimal): -8274694 or 16432257. OLE color: 16432257.

HSL color Cylindrical-coordinate representation of color #81BCFA: hue angle of 210.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 #81BCFA is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 188 250 -
CMYK 0.48 0.25 0 0.02
HSL 210.74º 0.92% 0.74% -
HSV(B) 210.74º 0.48% 0.98% -
XYZ 44.29 47.54 97.28 -
YUV 177.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 129 188 250 0.48 0.25 0 0.02 210.74 0.92 0.74
Hex 81 BC FA 30 19 0 2 D3 5C 4A
Octal 201 274 372 60 31 0 2 323 134 112
Binary 10000001 10111100 11111010 110000 11001 0 10 11010011 1011100 1001010

Color Harmonies of #81BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCFA

Black with #81BCFA

Text Example


Text Example

White with #81BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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