#81BCFF

Color #81BCFF Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #81BCFF

Tints of Maya Blue #81BCFF

Color information

#81BCFF (or 0x81BCFF) is unknown color: approx 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

RGB129188255-
CMYK0.490.2600
HSL211.9º100%75.29%-
HSV(B)211.9º49.41%100%-
XYZ45.0947.85101.47-
YUV178171.4593.05-

RGB Variations

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

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 (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291882550.490.2600211.910075.29
Hex81BCFF311A00d4644b
Octal201274377613200324144113
Binary10000001101111001111111111000111010001101010011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>