Html Css Color HEX #81BFFC Maya Blue

📋 copy color: '#81BFFC'

red 129 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #81BFFC

Tints of Maya Blue #81BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.39%

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

R = 22.55%
G = 33.39%
B = 44.06%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#81BFFC (or 0x81BFFC) is known color: Maya Blue. HEX triplet: 81, BF and FC. RGB value is (129,191,252). Sum of RGB (Red+Green+Blue) = 129+191+252=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #81BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFC is #7E4003. Grayscale: #B3B3B3. Windows color (decimal): -8273924 or 16564097. OLE color: 16564097.

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

Color convert

RGB 129 191 252 -
CMYK 0.49 0.24 0 0.01
HSL 209.76º 0.95% 0.75% -
HSV(B) 209.76º 0.49% 0.99% -
XYZ 45.25 48.96 99.16 -
YUV 179.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 129 191 252 0.49 0.24 0 0.01 209.76 0.95 0.75
Hex 81 BF FC 31 18 0 1 D2 5F 4B
Octal 201 277 374 61 30 0 1 322 137 113
Binary 10000001 10111111 11111100 110001 11000 0 1 11010010 1011111 1001011

Color Harmonies of #81BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFFC

Black with #81BFFC

Text Example


Text Example

White with #81BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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