Shades of Maya Blue #60CBFD
Tints of Maya Blue #60CBFD
RGB
CMYK
RGB Variations
Color information
#60CBFD (or 0x60CBFD) is known color: Maya Blue. HEX triplet: 60, CB and FD. RGB value is (96,203,253). Sum of RGB (Red+Green+Blue) = 96+203+253=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #60CBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBFD is #9F3402. Grayscale: #B0B0B0. Windows color (decimal): -10433539 or 16632672. OLE color: 16632672.
HSL color Cylindrical-coordinate representation of color #60CBFD: hue angle of 199.11º 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 #60CBFD is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 203 | 253 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.01 |
| HSL | 199.11º | 0.98% | 0.68% | - |
| HSV(B) | 199.11º | 0.62% | 0.99% | - |
| XYZ | 43.91 | 52.29 | 100.71 | - |
| YUV | 176.71 | 171.05 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 203 | 253 | 0.62 | 0.20 | 0 | 0.01 | 199.11 | 0.98 | 0.68 |
| Hex | 60 | CB | FD | 3E | 14 | 0 | 1 | C7 | 62 | 44 |
| Octal | 140 | 313 | 375 | 76 | 24 | 0 | 1 | 307 | 142 | 104 |
| Binary | 1100000 | 11001011 | 11111101 | 111110 | 10100 | 0 | 1 | 11000111 | 1100010 | 1000100 |
Color Harmonies of #60CBFD
Complementary color
Monochromatic Colors of #60CBFD
Black with #60CBFD
Text Example
Text Example
White with #60CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CBFD; }
p { color: rgb(96,203,253); }
H1.HeaderClassName
{
color: #60CBFD;
}
.AnyTagClassName
{
color: #60CBFD;
}
</style>
background-color css
<style>
a { background-color: #60CBFD; }
a { background-color: rgb(96,203,253); }
div.DivClassName
{
background-color: #60CBFD;
}
.BgClassName
{
background-color: #60CBFD;
}
</style>
border-color css
<style>
span { border-color: #60CBFD; }
span { border-color: rgb(96,203,253); }
td.TdClassName
{
border-color: #60CBFD;
}
.TagClassName
{
border-color: #60CBFD;
}
</style>