Shades of Maya Blue #5DCBFE
Tints of Maya Blue #5DCBFE
RGB
CMYK
RGB Variations
Color information
#5DCBFE (or 0x5DCBFE) is known color: Maya Blue. HEX triplet: 5D, CB and FE. RGB value is (93,203,254). Sum of RGB (Red+Green+Blue) = 93+203+254=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #5DCBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DCBFE is #A23401. Grayscale: #AFAFAF. Windows color (decimal): -10630146 or 16698205. OLE color: 16698205.
HSL color Cylindrical-coordinate representation of color #5DCBFE: hue angle of 199.01º 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 #5DCBFE is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 203 | 254 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.00 |
| HSL | 199.01º | 0.99% | 0.68% | - |
| HSV(B) | 199.01º | 0.63% | 1% | - |
| XYZ | 43.76 | 52.19 | 101.53 | - |
| YUV | 175.92 | 172.06 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 203 | 254 | 0.63 | 0.20 | 0 | 0.00 | 199.01 | 0.99 | 0.68 |
| Hex | 5D | CB | FE | 3F | 14 | 0 | 0 | C7 | 63 | 44 |
| Octal | 135 | 313 | 376 | 77 | 24 | 0 | 0 | 307 | 143 | 104 |
| Binary | 1011101 | 11001011 | 11111110 | 111111 | 10100 | 0 | 0 | 11000111 | 1100011 | 1000100 |
Color Harmonies of #5DCBFE
Complementary color
Monochromatic Colors of #5DCBFE
Black with #5DCBFE
Text Example
Text Example
White with #5DCBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCBFE; }
p { color: rgb(93,203,254); }
H1.HeaderClassName
{
color: #5DCBFE;
}
.AnyTagClassName
{
color: #5DCBFE;
}
</style>
background-color css
<style>
a { background-color: #5DCBFE; }
a { background-color: rgb(93,203,254); }
div.DivClassName
{
background-color: #5DCBFE;
}
.BgClassName
{
background-color: #5DCBFE;
}
</style>
border-color css
<style>
span { border-color: #5DCBFE; }
span { border-color: rgb(93,203,254); }
td.TdClassName
{
border-color: #5DCBFE;
}
.TagClassName
{
border-color: #5DCBFE;
}
</style>