Html Css Color HEX #81BAFC Maya Blue

📋 copy color: '#81BAFC'

red 129 ◦ green 186 ◦ blue 252

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

Shades of Maya Blue #81BAFC

Tints of Maya Blue #81BAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 22.75%
G = 32.8%
B = 44.44%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81BAFC (or 0x81BAFC) is known color: Maya Blue. HEX triplet: 81, BA and FC. RGB value is (129,186,252). Sum of RGB (Red+Green+Blue) = 129+186+252=567 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.75% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #81BAFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAFC is #7E4503. Grayscale: #B0B0B0. Windows color (decimal): -8275204 or 16562817. OLE color: 16562817.

HSL color Cylindrical-coordinate representation of color #81BAFC: hue angle of 212.2º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BAFC is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 129 186 252 -
CMYK 0.49 0.26 0 0.01
HSL 212.2º 0.95% 0.75% -
HSV(B) 212.2º 0.49% 0.99% -
XYZ 44.18 46.81 98.8 -
YUV 176.48 170.62 94.13 -
System Red Green Blue C M Y K H S L
Decimal 129 186 252 0.49 0.26 0 0.01 212.2 0.95 0.75
Hex 81 BA FC 31 1A 0 1 D4 5F 4B
Octal 201 272 374 61 32 0 1 324 137 113
Binary 10000001 10111010 11111100 110001 11010 0 1 11010100 1011111 1001011

Color Harmonies of #81BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BAFC

Black with #81BAFC

Text Example


Text Example

White with #81BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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