#8AB6F9

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

Shades of Maya Blue #8AB6F9

Tints of Maya Blue #8AB6F9

Color information

#8AB6F9 (or 0x8AB6F9) is unknown color: approx Maya Blue. HEX triplet: 8A, B6 and F9. RGB value is (138,182,249). Sum of RGB (Red+Green+Blue) = 138+182+249=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #8AB6F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6F9 is #754906. Grayscale: #B0B0B0. Windows color (decimal): -7686407 or 16365194. OLE color: 16365194.

HSL color Cylindrical-coordinate representation of color #8AB6F9: hue angle of 216.22º 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 #8AB6F9 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB138182249-
CMYK0.450.2700.02
HSL216.22º90.24%75.88%-
HSV(B)216.22º44.58%97.65%-
XYZ44.3145.796.11-
YUV176.48168.92100.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 249 (97.66% from 255) = 43.76%
R=24.25%
G=31.99%
B=43.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381822490.450.2700.02216.2290.2475.88
Hex8AB6F92D1B02d85a4c
Octal212266371553302330132114
Binary100010101011011011111001101101110110101101100010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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