Shades of Maya Blue #5FCBFD
Tints of Maya Blue #5FCBFD
RGB
CMYK
RGB Variations
Color information
#5FCBFD (or 0x5FCBFD) is known color: Maya Blue. HEX triplet: 5F, CB and FD. RGB value is (95,203,253). Sum of RGB (Red+Green+Blue) = 95+203+253=551 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.24% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FCBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCBFD is #A03402. Grayscale: #B0B0B0. Windows color (decimal): -10499075 or 16632671. OLE color: 16632671.
HSL color Cylindrical-coordinate representation of color #5FCBFD: hue angle of 198.99º 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 #5FCBFD is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 203 | 253 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.01 |
| HSL | 198.99º | 0.98% | 0.68% | - |
| HSV(B) | 198.99º | 0.62% | 0.99% | - |
| XYZ | 43.8 | 52.24 | 100.7 | - |
| YUV | 176.41 | 171.22 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 203 | 253 | 0.62 | 0.20 | 0 | 0.01 | 198.99 | 0.98 | 0.68 |
| Hex | 5F | CB | FD | 3E | 14 | 0 | 1 | C7 | 62 | 44 |
| Octal | 137 | 313 | 375 | 76 | 24 | 0 | 1 | 307 | 142 | 104 |
| Binary | 1011111 | 11001011 | 11111101 | 111110 | 10100 | 0 | 1 | 11000111 | 1100010 | 1000100 |
Color Harmonies of #5FCBFD
Complementary color
Monochromatic Colors of #5FCBFD
Black with #5FCBFD
Text Example
Text Example
White with #5FCBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCBFD; }
p { color: rgb(95,203,253); }
H1.HeaderClassName
{
color: #5FCBFD;
}
.AnyTagClassName
{
color: #5FCBFD;
}
</style>
background-color css
<style>
a { background-color: #5FCBFD; }
a { background-color: rgb(95,203,253); }
div.DivClassName
{
background-color: #5FCBFD;
}
.BgClassName
{
background-color: #5FCBFD;
}
</style>
border-color css
<style>
span { border-color: #5FCBFD; }
span { border-color: rgb(95,203,253); }
td.TdClassName
{
border-color: #5FCBFD;
}
.TagClassName
{
border-color: #5FCBFD;
}
</style>