Shades of Maya Blue #5DCFFD
Tints of Maya Blue #5DCFFD
RGB
CMYK
RGB Variations
Color information
#5DCFFD (or 0x5DCFFD) is known color: Maya Blue. HEX triplet: 5D, CF and FD. RGB value is (93,207,253). Sum of RGB (Red+Green+Blue) = 93+207+253=553 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.82% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #5DCFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCFFD is #A23002. Grayscale: #B1B1B1. Windows color (decimal): -10629123 or 16633693. OLE color: 16633693.
HSL color Cylindrical-coordinate representation of color #5DCFFD: hue angle of 197.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DCFFD is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 207 | 253 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.01 |
| HSL | 197.25º | 0.98% | 0.68% | - |
| HSV(B) | 197.25º | 0.63% | 0.99% | - |
| XYZ | 44.56 | 54.04 | 101.01 | - |
| YUV | 178.16 | 170.23 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 253 | 0.63 | 0.18 | 0 | 0.01 | 197.25 | 0.98 | 0.68 |
| Hex | 5D | CF | FD | 3F | 12 | 0 | 1 | C5 | 62 | 44 |
| Octal | 135 | 317 | 375 | 77 | 22 | 0 | 1 | 305 | 142 | 104 |
| Binary | 1011101 | 11001111 | 11111101 | 111111 | 10010 | 0 | 1 | 11000101 | 1100010 | 1000100 |
Color Harmonies of #5DCFFD
Complementary color
Monochromatic Colors of #5DCFFD
Black with #5DCFFD
Text Example
Text Example
White with #5DCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCFFD; }
p { color: rgb(93,207,253); }
H1.HeaderClassName
{
color: #5DCFFD;
}
.AnyTagClassName
{
color: #5DCFFD;
}
</style>
background-color css
<style>
a { background-color: #5DCFFD; }
a { background-color: rgb(93,207,253); }
div.DivClassName
{
background-color: #5DCFFD;
}
.BgClassName
{
background-color: #5DCFFD;
}
</style>
border-color css
<style>
span { border-color: #5DCFFD; }
span { border-color: rgb(93,207,253); }
td.TdClassName
{
border-color: #5DCFFD;
}
.TagClassName
{
border-color: #5DCFFD;
}
</style>