#81BDFA

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

Shades of Maya Blue #81BDFA

Tints of Maya Blue #81BDFA

Color information

#81BDFA (or 0x81BDFA) is unknown color: approx Maya Blue. HEX triplet: 81, BD and FA. RGB value is (129,189,250). Sum of RGB (Red+Green+Blue) = 129+189+250=568 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.71% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #81BDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BDFA is #7E4205. Grayscale: #B1B1B1. Windows color (decimal): -8274438 or 16432513. OLE color: 16432513.

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

Color convert

RGB129189250-
CMYK0.480.2400.02
HSL210.25º92.37%74.31%-
HSV(B)210.25º48.4%98.04%-
XYZ44.5147.9697.35-
YUV178.01168.6293.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.71%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=22.71%
G=33.27%
B=44.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1291892500.480.2400.02210.2592.3774.31
Hex81BDFA301802d25c4a
Octal201275372603002322134112
Binary100000011011110111111010110000110000101101001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,250); }

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

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

 a { background-color: rgb(129,189,250); }

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

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

 span { border-color: rgb(129,189,250); }

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