Shades of Maya Blue #5ACFFD
Tints of Maya Blue #5ACFFD
RGB
CMYK
RGB Variations
Color information
#5ACFFD (or 0x5ACFFD) is known color: Maya Blue. HEX triplet: 5A, CF and FD. RGB value is (90,207,253). Sum of RGB (Red+Green+Blue) = 90+207+253=550 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.36% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ACFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACFFD is #A53002. Grayscale: #B0B0B0. Windows color (decimal): -10825731 or 16633690. OLE color: 16633690.
HSL color Cylindrical-coordinate representation of color #5ACFFD: hue angle of 196.93º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5ACFFD is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 207 | 253 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.01 |
| HSL | 196.93º | 0.98% | 0.67% | - |
| HSV(B) | 196.93º | 0.64% | 0.99% | - |
| XYZ | 44.26 | 53.89 | 101 | - |
| YUV | 177.26 | 170.74 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 207 | 253 | 0.64 | 0.18 | 0 | 0.01 | 196.93 | 0.98 | 0.67 |
| Hex | 5A | CF | FD | 40 | 12 | 0 | 1 | C5 | 62 | 43 |
| Octal | 132 | 317 | 375 | 100 | 22 | 0 | 1 | 305 | 142 | 103 |
| Binary | 1011010 | 11001111 | 11111101 | 1000000 | 10010 | 0 | 1 | 11000101 | 1100010 | 1000011 |
Color Harmonies of #5ACFFD
Complementary color
Monochromatic Colors of #5ACFFD
Black with #5ACFFD
Text Example
Text Example
White with #5ACFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACFFD; }
p { color: rgb(90,207,253); }
H1.HeaderClassName
{
color: #5ACFFD;
}
.AnyTagClassName
{
color: #5ACFFD;
}
</style>
background-color css
<style>
a { background-color: #5ACFFD; }
a { background-color: rgb(90,207,253); }
div.DivClassName
{
background-color: #5ACFFD;
}
.BgClassName
{
background-color: #5ACFFD;
}
</style>
border-color css
<style>
span { border-color: #5ACFFD; }
span { border-color: rgb(90,207,253); }
td.TdClassName
{
border-color: #5ACFFD;
}
.TagClassName
{
border-color: #5ACFFD;
}
</style>