Html Css Color HEX #81BCFF Maya Blue

📋 copy color: '#81BCFF'

red 129 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #81BCFF

Tints of Maya Blue #81BCFF

RGB

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

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

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

R = 22.55%
G = 32.87%
B = 44.58%

CMYK

 C value IS 0.49

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#81BCFF (or 0x81BCFF) is known color: Maya Blue. HEX triplet: 81, BC and FF. RGB value is (129,188,255). Sum of RGB (Red+Green+Blue) = 129+188+255=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #81BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCFF is #7E4300. Grayscale: #B1B1B1. Windows color (decimal): -8274689 or 16759937. OLE color: 16759937.

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

Color convert

RGB 129 188 255 -
CMYK 0.49 0.26 0 0
HSL 211.9º 1% 0.75% -
HSV(B) 211.9º 0.49% 1% -
XYZ 45.09 47.85 101.47 -
YUV 178 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 129 188 255 0.49 0.26 0 0 211.9 1 0.75
Hex 81 BC FF 31 1A 0 0 D4 64 4B
Octal 201 274 377 61 32 0 0 324 144 113
Binary 10000001 10111100 11111111 110001 11010 0 0 11010100 1100100 1001011

Color Harmonies of #81BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BCFF

Black with #81BCFF

Text Example


Text Example

White with #81BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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