#81BAF4

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

Shades of Maya Blue #81BAF4

Tints of Maya Blue #81BAF4

Color information

#81BAF4 (or 0x81BAF4) is unknown color: approx Maya Blue. HEX triplet: 81, BA and F4. RGB value is (129,186,244). Sum of RGB (Red+Green+Blue) = 129+186+244=559 (74% of max value = 765). Red value is 129 (50.78% from 255 or 23.08% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #81BAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BAF4 is #7E450B. Grayscale: #AFAFAF. Windows color (decimal): -8275212 or 16038529. OLE color: 16038529.

HSL color Cylindrical-coordinate representation of color #81BAF4: hue angle of 210.26º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81BAF4 is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129186244-
CMYK0.470.2400.04
HSL210.26º83.94%73.14%-
HSV(B)210.26º47.13%95.69%-
XYZ42.9446.3292.26-
YUV175.57166.6294.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.08%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 244 (95.70% from 255) = 43.65%
R=23.08%
G=33.27%
B=43.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291862440.470.2400.04210.2683.9473.14
Hex81BAF42F1804d25449
Octal201272364573004322124111
Binary1000000110111010111101001011111100001001101001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,186,244); }

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

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

 a { background-color: rgb(129,186,244); }

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

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

 span { border-color: rgb(129,186,244); }

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