Shades of Maya Blue #60CDFB
Tints of Maya Blue #60CDFB
RGB
CMYK
RGB Variations
Color information
#60CDFB (or 0x60CDFB) is known color: Maya Blue. HEX triplet: 60, CD and FB. RGB value is (96,205,251). Sum of RGB (Red+Green+Blue) = 96+205+251=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #60CDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDFB is #9F3204. Grayscale: #B1B1B1. Windows color (decimal): -10433029 or 16502112. OLE color: 16502112.
HSL color Cylindrical-coordinate representation of color #60CDFB: hue angle of 197.81º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CDFB is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 205 | 251 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.02 |
| HSL | 197.81º | 0.95% | 0.68% | - |
| HSV(B) | 197.81º | 0.62% | 0.98% | - |
| XYZ | 44.07 | 53.11 | 99.2 | - |
| YUV | 177.65 | 169.39 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 205 | 251 | 0.62 | 0.18 | 0 | 0.02 | 197.81 | 0.95 | 0.68 |
| Hex | 60 | CD | FB | 3E | 12 | 0 | 2 | C6 | 5F | 44 |
| Octal | 140 | 315 | 373 | 76 | 22 | 0 | 2 | 306 | 137 | 104 |
| Binary | 1100000 | 11001101 | 11111011 | 111110 | 10010 | 0 | 10 | 11000110 | 1011111 | 1000100 |
Color Harmonies of #60CDFB
Complementary color
Monochromatic Colors of #60CDFB
Black with #60CDFB
Text Example
Text Example
White with #60CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CDFB; }
p { color: rgb(96,205,251); }
H1.HeaderClassName
{
color: #60CDFB;
}
.AnyTagClassName
{
color: #60CDFB;
}
</style>
background-color css
<style>
a { background-color: #60CDFB; }
a { background-color: rgb(96,205,251); }
div.DivClassName
{
background-color: #60CDFB;
}
.BgClassName
{
background-color: #60CDFB;
}
</style>
border-color css
<style>
span { border-color: #60CDFB; }
span { border-color: rgb(96,205,251); }
td.TdClassName
{
border-color: #60CDFB;
}
.TagClassName
{
border-color: #60CDFB;
}
</style>