Shades of Maya Blue #5ACCFD
Tints of Maya Blue #5ACCFD
RGB
CMYK
RGB Variations
Color information
#5ACCFD (or 0x5ACCFD) is known color: Maya Blue. HEX triplet: 5A, CC and FD. RGB value is (90,204,253). Sum of RGB (Red+Green+Blue) = 90+204+253=547 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.45% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ACCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACCFD is #A53302. Grayscale: #AFAFAF. Windows color (decimal): -10826499 or 16632922. OLE color: 16632922.
HSL color Cylindrical-coordinate representation of color #5ACCFD: hue angle of 198.04º 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 #5ACCFD is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 204 | 253 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.01 |
| HSL | 198.04º | 0.98% | 0.67% | - |
| HSV(B) | 198.04º | 0.64% | 0.99% | - |
| XYZ | 43.54 | 52.45 | 100.76 | - |
| YUV | 175.5 | 171.73 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 204 | 253 | 0.64 | 0.19 | 0 | 0.01 | 198.04 | 0.98 | 0.67 |
| Hex | 5A | CC | FD | 40 | 13 | 0 | 1 | C6 | 62 | 43 |
| Octal | 132 | 314 | 375 | 100 | 23 | 0 | 1 | 306 | 142 | 103 |
| Binary | 1011010 | 11001100 | 11111101 | 1000000 | 10011 | 0 | 1 | 11000110 | 1100010 | 1000011 |
Color Harmonies of #5ACCFD
Complementary color
Monochromatic Colors of #5ACCFD
Black with #5ACCFD
Text Example
Text Example
White with #5ACCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACCFD; }
p { color: rgb(90,204,253); }
H1.HeaderClassName
{
color: #5ACCFD;
}
.AnyTagClassName
{
color: #5ACCFD;
}
</style>
background-color css
<style>
a { background-color: #5ACCFD; }
a { background-color: rgb(90,204,253); }
div.DivClassName
{
background-color: #5ACCFD;
}
.BgClassName
{
background-color: #5ACCFD;
}
</style>
border-color css
<style>
span { border-color: #5ACCFD; }
span { border-color: rgb(90,204,253); }
td.TdClassName
{
border-color: #5ACCFD;
}
.TagClassName
{
border-color: #5ACCFD;
}
</style>