Shades of Maya Blue #75C1FF
Tints of Maya Blue #75C1FF
RGB
CMYK
RGB Variations
Color information
#75C1FF (or 0x75C1FF) is known color: Maya Blue. HEX triplet: 75, C1 and FF. RGB value is (117,193,255). Sum of RGB (Red+Green+Blue) = 117+193+255=565 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.71% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #75C1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C1FF is #8A3E00. Grayscale: #B1B1B1. Windows color (decimal): -9059841 or 16761205. OLE color: 16761205.
HSL color Cylindrical-coordinate representation of color #75C1FF: hue angle of 206.96º 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 #75C1FF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 193 | 255 | - |
| CMYK | 0.54 | 0.24 | 0 | 0 |
| HSL | 206.96º | 1% | 0.73% | - |
| HSV(B) | 206.96º | 0.54% | 1% | - |
| XYZ | 44.46 | 49.14 | 101.75 | - |
| YUV | 177.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 193 | 255 | 0.54 | 0.24 | 0 | 0 | 206.96 | 1 | 0.73 |
| Hex | 75 | C1 | FF | 36 | 18 | 0 | 0 | CF | 64 | 49 |
| Octal | 165 | 301 | 377 | 66 | 30 | 0 | 0 | 317 | 144 | 111 |
| Binary | 1110101 | 11000001 | 11111111 | 110110 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001001 |
Color Harmonies of #75C1FF
Complementary color
Monochromatic Colors of #75C1FF
Black with #75C1FF
Text Example
Text Example
White with #75C1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C1FF; }
p { color: rgb(117,193,255); }
H1.HeaderClassName
{
color: #75C1FF;
}
.AnyTagClassName
{
color: #75C1FF;
}
</style>
background-color css
<style>
a { background-color: #75C1FF; }
a { background-color: rgb(117,193,255); }
div.DivClassName
{
background-color: #75C1FF;
}
.BgClassName
{
background-color: #75C1FF;
}
</style>
border-color css
<style>
span { border-color: #75C1FF; }
span { border-color: rgb(117,193,255); }
td.TdClassName
{
border-color: #75C1FF;
}
.TagClassName
{
border-color: #75C1FF;
}
</style>