Shades of Maya Blue #5ACBFD
Tints of Maya Blue #5ACBFD
RGB
CMYK
RGB Variations
Color information
#5ACBFD (or 0x5ACBFD) is known color: Maya Blue. HEX triplet: 5A, CB and FD. RGB value is (90,203,253). Sum of RGB (Red+Green+Blue) = 90+203+253=546 (72% of max value = 765). Red value is 90 (35.55% from 255 or 16.48% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #5ACBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ACBFD is #A53402. Grayscale: #AEAEAE. Windows color (decimal): -10826755 or 16632666. OLE color: 16632666.
HSL color Cylindrical-coordinate representation of color #5ACBFD: hue angle of 198.4º 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 #5ACBFD is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 203 | 253 | - |
| CMYK | 0.64 | 0.20 | 0 | 0.01 |
| HSL | 198.4º | 0.98% | 0.67% | - |
| HSV(B) | 198.4º | 0.64% | 0.99% | - |
| XYZ | 43.3 | 51.98 | 100.68 | - |
| YUV | 174.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 203 | 253 | 0.64 | 0.20 | 0 | 0.01 | 198.4 | 0.98 | 0.67 |
| Hex | 5A | CB | FD | 40 | 14 | 0 | 1 | C6 | 62 | 43 |
| Octal | 132 | 313 | 375 | 100 | 24 | 0 | 1 | 306 | 142 | 103 |
| Binary | 1011010 | 11001011 | 11111101 | 1000000 | 10100 | 0 | 1 | 11000110 | 1100010 | 1000011 |
Color Harmonies of #5ACBFD
Complementary color
Monochromatic Colors of #5ACBFD
Black with #5ACBFD
Text Example
Text Example
White with #5ACBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACBFD; }
p { color: rgb(90,203,253); }
H1.HeaderClassName
{
color: #5ACBFD;
}
.AnyTagClassName
{
color: #5ACBFD;
}
</style>
background-color css
<style>
a { background-color: #5ACBFD; }
a { background-color: rgb(90,203,253); }
div.DivClassName
{
background-color: #5ACBFD;
}
.BgClassName
{
background-color: #5ACBFD;
}
</style>
border-color css
<style>
span { border-color: #5ACBFD; }
span { border-color: rgb(90,203,253); }
td.TdClassName
{
border-color: #5ACBFD;
}
.TagClassName
{
border-color: #5ACBFD;
}
</style>