Html Css Color HEX #81B1FF Maya Blue

📋 copy color: '#81B1FF'

red 129 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #81B1FF

Tints of Maya Blue #81B1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.55%

 BLUE value IS 255 (100% from 255) = 45.45%

R = 22.99%
G = 31.55%
B = 45.45%

CMYK

 C value IS 0.49

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81B1FF (or 0x81B1FF) is known color: Maya Blue. HEX triplet: 81, B1 and FF. RGB value is (129,177,255). Sum of RGB (Red+Green+Blue) = 129+177+255=561 (74% of max value = 765). Red value is 129 (50.78% from 255 or 22.99% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #81B1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81B1FF is #7E4E00. Grayscale: #ABABAB. Windows color (decimal): -8277505 or 16757121. OLE color: 16757121.

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

Color convert

RGB 129 177 255 -
CMYK 0.49 0.31 0 0
HSL 217.14º 1% 0.75% -
HSV(B) 217.14º 0.49% 1% -
XYZ 42.83 43.33 100.71 -
YUV 171.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 129 177 255 0.49 0.31 0 0 217.14 1 0.75
Hex 81 B1 FF 31 1F 0 0 D9 64 4B
Octal 201 261 377 61 37 0 0 331 144 113
Binary 10000001 10110001 11111111 110001 11111 0 0 11011001 1100100 1001011

Color Harmonies of #81B1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B1FF

Black with #81B1FF

Text Example


Text Example

White with #81B1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,177,255); }

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

background-color css

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

 a { background-color: rgb(129,177,255); }

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

border-color css

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

 span { border-color: rgb(129,177,255); }

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