#8AB5FC

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

Shades of Maya Blue #8AB5FC

Tints of Maya Blue #8AB5FC

Color information

#8AB5FC (or 0x8AB5FC) is unknown color: approx Maya Blue. HEX triplet: 8A, B5 and FC. RGB value is (138,181,252). Sum of RGB (Red+Green+Blue) = 138+181+252=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 252 (98.83% from 255 or 44.13% from 571); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AB5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5FC is #754A03. Grayscale: #AFAFAF. Windows color (decimal): -7686660 or 16561546. OLE color: 16561546.

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

Color convert

RGB138181252-
CMYK0.450.2800.01
HSL217.37º95%76.47%-
HSV(B)217.37º45.24%98.82%-
XYZ44.5845.4898.52-
YUV176.24170.75100.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.17%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 252 (98.83% from 255) = 44.13%
R=24.17%
G=31.70%
B=44.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381812520.450.2800.01217.379576.47
Hex8AB5FC2D1C01d95f4c
Octal212265374553401331137114
Binary10001010101101011111110010110111100011101100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,252); }

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

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

 a { background-color: rgb(138,181,252); }

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

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

 span { border-color: rgb(138,181,252); }

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