Shades of Maya Blue #5DD1FE
Tints of Maya Blue #5DD1FE
RGB
CMYK
RGB Variations
Color information
#5DD1FE (or 0x5DD1FE) is known color: Maya Blue. HEX triplet: 5D, D1 and FE. RGB value is (93,209,254). Sum of RGB (Red+Green+Blue) = 93+209+254=556 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.73% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DD1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DD1FE is #A22E01. Grayscale: #B3B3B3. Windows color (decimal): -10628610 or 16699741. OLE color: 16699741.
HSL color Cylindrical-coordinate representation of color #5DD1FE: hue angle of 196.77º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DD1FE is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 209 | 254 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.00 |
| HSL | 196.77º | 0.99% | 0.68% | - |
| HSV(B) | 196.77º | 0.63% | 1% | - |
| XYZ | 45.2 | 55.08 | 102.02 | - |
| YUV | 179.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 254 | 0.63 | 0.18 | 0 | 0.00 | 196.77 | 0.99 | 0.68 |
| Hex | 5D | D1 | FE | 3F | 12 | 0 | 0 | C5 | 63 | 44 |
| Octal | 135 | 321 | 376 | 77 | 22 | 0 | 0 | 305 | 143 | 104 |
| Binary | 1011101 | 11010001 | 11111110 | 111111 | 10010 | 0 | 0 | 11000101 | 1100011 | 1000100 |
Color Harmonies of #5DD1FE
Complementary color
Monochromatic Colors of #5DD1FE
Black with #5DD1FE
Text Example
Text Example
White with #5DD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD1FE; }
p { color: rgb(93,209,254); }
H1.HeaderClassName
{
color: #5DD1FE;
}
.AnyTagClassName
{
color: #5DD1FE;
}
</style>
background-color css
<style>
a { background-color: #5DD1FE; }
a { background-color: rgb(93,209,254); }
div.DivClassName
{
background-color: #5DD1FE;
}
.BgClassName
{
background-color: #5DD1FE;
}
</style>
border-color css
<style>
span { border-color: #5DD1FE; }
span { border-color: rgb(93,209,254); }
td.TdClassName
{
border-color: #5DD1FE;
}
.TagClassName
{
border-color: #5DD1FE;
}
</style>