Html Css Color HEX #81BFFB Maya Blue

📋 copy color: '#81BFFB'

red 129 ◦ green 191 ◦ blue 251

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

Shades of Maya Blue #81BFFB

Tints of Maya Blue #81BFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.96%

R = 22.59%
G = 33.45%
B = 43.96%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#81BFFB (or 0x81BFFB) is known color: Maya Blue. HEX triplet: 81, BF and FB. RGB value is (129,191,251). Sum of RGB (Red+Green+Blue) = 129+191+251=571 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.59% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #81BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFB is #7E4004. Grayscale: #B3B3B3. Windows color (decimal): -8273925 or 16498561. OLE color: 16498561.

HSL color Cylindrical-coordinate representation of color #81BFFB: hue angle of 209.51º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81BFFB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 129 191 251 -
CMYK 0.49 0.24 0 0.02
HSL 209.51º 0.94% 0.75% -
HSV(B) 209.51º 0.49% 0.98% -
XYZ 45.1 48.89 98.33 -
YUV 179.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 129 191 251 0.49 0.24 0 0.02 209.51 0.94 0.75
Hex 81 BF FB 31 18 0 2 D2 5E 4B
Octal 201 277 373 61 30 0 2 322 136 113
Binary 10000001 10111111 11111011 110001 11000 0 10 11010010 1011110 1001011

Color Harmonies of #81BFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BFFB

Black with #81BFFB

Text Example


Text Example

White with #81BFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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