Shades of Maya Blue #8AB5FD
Tints of Maya Blue #8AB5FD
RGB
CMYK
RGB Variations
Color information
#8AB5FD (or 0x8AB5FD) is known color: Maya Blue. HEX triplet: 8A, B5 and FD. RGB value is (138,181,253). Sum of RGB (Red+Green+Blue) = 138+181+253=572 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.13% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AB5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB5FD is #754A02. Grayscale: #B0B0B0. Windows color (decimal): -7686659 or 16627082. OLE color: 16627082.
HSL color Cylindrical-coordinate representation of color #8AB5FD: hue angle of 217.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB5FD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 138 | 181 | 253 | - |
CMYK | 0.45 | 0.28 | 0 | 0.01 |
HSL | 217.57º | 0.97% | 0.77% | - |
HSV(B) | 217.57º | 0.45% | 0.99% | - |
XYZ | 44.73 | 45.54 | 99.36 | - |
YUV | 176.35 | 171.25 | 100.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 181 | 253 | 0.45 | 0.28 | 0 | 0.01 | 217.57 | 0.97 | 0.77 |
Hex | 8A | B5 | FD | 2D | 1C | 0 | 1 | DA | 61 | 4D |
Octal | 212 | 265 | 375 | 55 | 34 | 0 | 1 | 332 | 141 | 115 |
Binary | 10001010 | 10110101 | 11111101 | 101101 | 11100 | 0 | 1 | 11011010 | 1100001 | 1001101 |
Color Harmonies of #8AB5FD
Complementary color
Monochromatic Colors of #8AB5FD
Black with #8AB5FD
Text Example
Text Example
White with #8AB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB5FD; }
p { color: rgb(138,181,253); }
H1.HeaderClassName
{
color: #8AB5FD;
}
.AnyTagClassName
{
color: #8AB5FD;
}
</style>
background-color css
<style>
a { background-color: #8AB5FD; }
a { background-color: rgb(138,181,253); }
div.DivClassName
{
background-color: #8AB5FD;
}
.BgClassName
{
background-color: #8AB5FD;
}
</style>
border-color css
<style>
span { border-color: #8AB5FD; }
span { border-color: rgb(138,181,253); }
td.TdClassName
{
border-color: #8AB5FD;
}
.TagClassName
{
border-color: #8AB5FD;
}
</style>