#8AB3FC

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

Shades of Maya Blue #8AB3FC

Tints of Maya Blue #8AB3FC

Color information

#8AB3FC (or 0x8AB3FC) is unknown color: approx Maya Blue. HEX triplet: 8A, B3 and FC. RGB value is (138,179,252). Sum of RGB (Red+Green+Blue) = 138+179+252=569 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.25% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AB3FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB3FC is #754C03. Grayscale: #AEAEAE. Windows color (decimal): -7687172 or 16561034. OLE color: 16561034.

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

Color convert

RGB138179252-
CMYK0.450.2900.01
HSL218.42º95%76.47%-
HSV(B)218.42º45.24%98.82%-
XYZ44.1744.6798.39-
YUV175.06171.42101.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.25%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 252 (98.83% from 255) = 44.29%
R=24.25%
G=31.46%
B=44.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1381792520.450.2900.01218.429576.47
Hex8AB3FC2D1D01da5f4c
Octal212263374553501332137114
Binary10001010101100111111110010110111101011101101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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