Shades of Maya Blue #5FAEFD
Tints of Maya Blue #5FAEFD
RGB
CMYK
RGB Variations
Color information
#5FAEFD (or 0x5FAEFD) is known color: Maya Blue. HEX triplet: 5F, AE and FD. RGB value is (95,174,253). Sum of RGB (Red+Green+Blue) = 95+174+253=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FAEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAEFD is #A05102. Grayscale: #9E9E9E. Windows color (decimal): -10506499 or 16625247. OLE color: 16625247.
HSL color Cylindrical-coordinate representation of color #5FAEFD: hue angle of 210º 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 #5FAEFD is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 174 | 253 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.01 |
| HSL | 210º | 0.98% | 0.68% | - |
| HSV(B) | 210º | 0.62% | 0.99% | - |
| XYZ | 37.58 | 39.8 | 98.63 | - |
| YUV | 159.39 | 180.83 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 174 | 253 | 0.62 | 0.31 | 0 | 0.01 | 210 | 0.98 | 0.68 |
| Hex | 5F | AE | FD | 3E | 1F | 0 | 1 | D2 | 62 | 44 |
| Octal | 137 | 256 | 375 | 76 | 37 | 0 | 1 | 322 | 142 | 104 |
| Binary | 1011111 | 10101110 | 11111101 | 111110 | 11111 | 0 | 1 | 11010010 | 1100010 | 1000100 |
Color Harmonies of #5FAEFD
Complementary color
Monochromatic Colors of #5FAEFD
Black with #5FAEFD
Text Example
Text Example
White with #5FAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAEFD; }
p { color: rgb(95,174,253); }
H1.HeaderClassName
{
color: #5FAEFD;
}
.AnyTagClassName
{
color: #5FAEFD;
}
</style>
background-color css
<style>
a { background-color: #5FAEFD; }
a { background-color: rgb(95,174,253); }
div.DivClassName
{
background-color: #5FAEFD;
}
.BgClassName
{
background-color: #5FAEFD;
}
</style>
border-color css
<style>
span { border-color: #5FAEFD; }
span { border-color: rgb(95,174,253); }
td.TdClassName
{
border-color: #5FAEFD;
}
.TagClassName
{
border-color: #5FAEFD;
}
</style>