Shades of Maya Blue #75C6FF
Tints of Maya Blue #75C6FF
RGB
CMYK
RGB Variations
Color information
#75C6FF (or 0x75C6FF) is known color: Maya Blue. HEX triplet: 75, C6 and FF. RGB value is (117,198,255). Sum of RGB (Red+Green+Blue) = 117+198+255=570 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.53% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #75C6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C6FF is #8A3900. Grayscale: #B3B3B3. Windows color (decimal): -9058561 or 16762485. OLE color: 16762485.
HSL color Cylindrical-coordinate representation of color #75C6FF: hue angle of 204.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75C6FF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 198 | 255 | - |
| CMYK | 0.54 | 0.22 | 0 | 0 |
| HSL | 204.78º | 1% | 0.73% | - |
| HSV(B) | 204.78º | 0.54% | 1% | - |
| XYZ | 45.58 | 51.39 | 102.12 | - |
| YUV | 180.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 198 | 255 | 0.54 | 0.22 | 0 | 0 | 204.78 | 1 | 0.73 |
| Hex | 75 | C6 | FF | 36 | 16 | 0 | 0 | CD | 64 | 49 |
| Octal | 165 | 306 | 377 | 66 | 26 | 0 | 0 | 315 | 144 | 111 |
| Binary | 1110101 | 11000110 | 11111111 | 110110 | 10110 | 0 | 0 | 11001101 | 1100100 | 1001001 |
Color Harmonies of #75C6FF
Complementary color
Monochromatic Colors of #75C6FF
Black with #75C6FF
Text Example
Text Example
White with #75C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C6FF; }
p { color: rgb(117,198,255); }
H1.HeaderClassName
{
color: #75C6FF;
}
.AnyTagClassName
{
color: #75C6FF;
}
</style>
background-color css
<style>
a { background-color: #75C6FF; }
a { background-color: rgb(117,198,255); }
div.DivClassName
{
background-color: #75C6FF;
}
.BgClassName
{
background-color: #75C6FF;
}
</style>
border-color css
<style>
span { border-color: #75C6FF; }
span { border-color: rgb(117,198,255); }
td.TdClassName
{
border-color: #75C6FF;
}
.TagClassName
{
border-color: #75C6FF;
}
</style>