#8AB4F9

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

Shades of Maya Blue #8AB4F9

Tints of Maya Blue #8AB4F9

Color information

#8AB4F9 (or 0x8AB4F9) is unknown color: approx Maya Blue. HEX triplet: 8A, B4 and F9. RGB value is (138,180,249). Sum of RGB (Red+Green+Blue) = 138+180+249=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 249 (97.66% from 255 or 43.92% from 567); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AB4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB4F9 is #754B06. Grayscale: #AEAEAE. Windows color (decimal): -7686919 or 16364682. OLE color: 16364682.

HSL color Cylindrical-coordinate representation of color #8AB4F9: hue angle of 217.3º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB4F9 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138180249-
CMYK0.450.2800.02
HSL217.3º90.24%75.88%-
HSV(B)217.3º44.58%97.65%-
XYZ43.944.8995.97-
YUV175.31169.59101.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.34%
GREEN value IS 180 (70.70% from 255) = 31.75%
BLUE value IS 249 (97.66% from 255) = 43.92%
R=24.34%
G=31.75%
B=43.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381802490.450.2800.02217.390.2475.88
Hex8AB4F92D1C02d95a4c
Octal212264371553402331132114
Binary100010101011010011111001101101111000101101100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB4F9; }

 p { color: rgb(138,180,249); }

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

<style>
 a { background-color: #8AB4F9; }

 a { background-color: rgb(138,180,249); }

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

<style>
 span { border-color: #8AB4F9; }

 span { border-color: rgb(138,180,249); }

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