Shades of Maya Blue #5FD0FD
Tints of Maya Blue #5FD0FD
RGB
CMYK
RGB Variations
Color information
#5FD0FD (or 0x5FD0FD) is known color: Maya Blue. HEX triplet: 5F, D0 and FD. RGB value is (95,208,253). Sum of RGB (Red+Green+Blue) = 95+208+253=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FD0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FD0FD is #A02F02. Grayscale: #B3B3B3. Windows color (decimal): -10497795 or 16633951. OLE color: 16633951.
HSL color Cylindrical-coordinate representation of color #5FD0FD: hue angle of 197.09º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FD0FD is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 208 | 253 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.01 |
| HSL | 197.09º | 0.98% | 0.68% | - |
| HSV(B) | 197.09º | 0.62% | 0.99% | - |
| XYZ | 45 | 54.64 | 101.1 | - |
| YUV | 179.34 | 169.56 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 253 | 0.62 | 0.18 | 0 | 0.01 | 197.09 | 0.98 | 0.68 |
| Hex | 5F | D0 | FD | 3E | 12 | 0 | 1 | C5 | 62 | 44 |
| Octal | 137 | 320 | 375 | 76 | 22 | 0 | 1 | 305 | 142 | 104 |
| Binary | 1011111 | 11010000 | 11111101 | 111110 | 10010 | 0 | 1 | 11000101 | 1100010 | 1000100 |
Color Harmonies of #5FD0FD
Complementary color
Monochromatic Colors of #5FD0FD
Black with #5FD0FD
Text Example
Text Example
White with #5FD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD0FD; }
p { color: rgb(95,208,253); }
H1.HeaderClassName
{
color: #5FD0FD;
}
.AnyTagClassName
{
color: #5FD0FD;
}
</style>
background-color css
<style>
a { background-color: #5FD0FD; }
a { background-color: rgb(95,208,253); }
div.DivClassName
{
background-color: #5FD0FD;
}
.BgClassName
{
background-color: #5FD0FD;
}
</style>
border-color css
<style>
span { border-color: #5FD0FD; }
span { border-color: rgb(95,208,253); }
td.TdClassName
{
border-color: #5FD0FD;
}
.TagClassName
{
border-color: #5FD0FD;
}
</style>