#81BFFF

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

Shades of Maya Blue #81BFFF

Tints of Maya Blue #81BFFF

Color information

#81BFFF (or 0x81BFFF) is unknown color: approx Maya Blue. HEX triplet: 81, BF and FF. RGB value is (129,191,255). Sum of RGB (Red+Green+Blue) = 129+191+255=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #81BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BFFF is #7E4000. Grayscale: #B3B3B3. Windows color (decimal): -8273921 or 16760705. OLE color: 16760705.

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

Color convert

RGB129191255-
CMYK0.490.2500
HSL210.48º100%75.29%-
HSV(B)210.48º49.41%100%-
XYZ45.7349.15101.68-
YUV179.76170.4691.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.43%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 255 (100% from 255) = 44.35%
R=22.43%
G=33.22%
B=44.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291912550.490.2500210.4810075.29
Hex81BFFF311900d2644b
Octal201277377613100322144113
Binary10000001101111111111111111000111001001101001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BFFF;
 }
 .AnyTagClassName
 {
   color: #81BFFF;
 }
</style>
background-color css

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

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

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

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

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

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