#8AB2FF

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

Shades of Maya Blue #8AB2FF

Tints of Maya Blue #8AB2FF

Color information

#8AB2FF (or 0x8AB2FF) is unknown color: approx Maya Blue. HEX triplet: 8A, B2 and FF. RGB value is (138,178,255). Sum of RGB (Red+Green+Blue) = 138+178+255=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB2FF is #754D00. Grayscale: #AEAEAE. Windows color (decimal): -7687425 or 16757386. OLE color: 16757386.

HSL color Cylindrical-coordinate representation of color #8AB2FF: hue angle of 219.49º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB2FF is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB138178255-
CMYK0.460.3000
HSL219.49º100%77.06%-
HSV(B)219.49º45.88%100%-
XYZ44.4544.46100.85-
YUV174.82173.25101.74-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 24.17%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 255 (100% from 255) = 44.66%
R=24.17%
G=31.17%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1381782550.460.3000219.4910077.06
Hex8AB2FF2E1E00db644d
Octal212262377563600333144115
Binary10001010101100101111111110111011110001101101111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,178,255); }

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

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

 a { background-color: rgb(138,178,255); }

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

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

 span { border-color: rgb(138,178,255); }

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