Html Css Color HEX #81BCFC Maya Blue

📋 copy color: '#81BCFC'

red 129 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #81BCFC

Tints of Maya Blue #81BCFC

RGB

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

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

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

R = 22.67%
G = 33.04%
B = 44.29%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81BCFC (or 0x81BCFC) is known color: Maya Blue. HEX triplet: 81, BC and FC. RGB value is (129,188,252). Sum of RGB (Red+Green+Blue) = 129+188+252=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #81BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFC is #7E4303. Grayscale: #B1B1B1. Windows color (decimal): -8274692 or 16563329. OLE color: 16563329.

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

Color convert

RGB 129 188 252 -
CMYK 0.49 0.25 0 0.01
HSL 211.22º 0.95% 0.75% -
HSV(B) 211.22º 0.49% 0.99% -
XYZ 44.61 47.66 98.94 -
YUV 177.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 129 188 252 0.49 0.25 0 0.01 211.22 0.95 0.75
Hex 81 BC FC 31 19 0 1 D3 5F 4B
Octal 201 274 374 61 31 0 1 323 137 113
Binary 10000001 10111100 11111100 110001 11001 0 1 11010011 1011111 1001011

Color Harmonies of #81BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCFC

Black with #81BCFC

Text Example


Text Example

White with #81BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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