#8AB4FC

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

Shades of Maya Blue #8AB4FC

Tints of Maya Blue #8AB4FC

Color information

#8AB4FC (or 0x8AB4FC) is unknown color: approx Maya Blue. HEX triplet: 8A, B4 and FC. RGB value is (138,180,252). Sum of RGB (Red+Green+Blue) = 138+180+252=570 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.21% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB4FC is #754B03. Grayscale: #AFAFAF. Windows color (decimal): -7686916 or 16561290. OLE color: 16561290.

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

Color convert

RGB138180252-
CMYK0.450.2900.01
HSL217.89º95%76.47%-
HSV(B)217.89º45.24%98.82%-
XYZ44.3745.0798.46-
YUV175.65171.09101.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.21%
GREEN value IS 180 (70.70% from 255) = 31.58%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=24.21%
G=31.58%
B=44.21%

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
Decimal1381802520.450.2900.01217.899576.47
Hex8AB4FC2D1D01da5f4c
Octal212264374553501332137114
Binary10001010101101001111110010110111101011101101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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