#8AB3FB

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

Shades of Maya Blue #8AB3FB

Tints of Maya Blue #8AB3FB

Color information

#8AB3FB (or 0x8AB3FB) is unknown color: approx Maya Blue. HEX triplet: 8A, B3 and FB. RGB value is (138,179,251). Sum of RGB (Red+Green+Blue) = 138+179+251=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #8AB3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB3FB is #754C04. Grayscale: #AEAEAE. Windows color (decimal): -7687173 or 16495498. OLE color: 16495498.

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

Color convert

RGB138179251-
CMYK0.450.2900.02
HSL218.23º93.39%76.27%-
HSV(B)218.23º45.02%98.43%-
XYZ44.0144.6197.56-
YUV174.95170.92101.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.30%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=24.30%
G=31.51%
B=44.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1381792510.450.2900.02218.2393.3976.27
Hex8AB3FB2D1D02da5d4c
Octal212263373553502332135114
Binary100010101011001111111011101101111010101101101010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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