Shades of Maya Blue #75C3FF
Tints of Maya Blue #75C3FF
RGB
CMYK
RGB Variations
Color information
#75C3FF (or 0x75C3FF) is known color: Maya Blue. HEX triplet: 75, C3 and FF. RGB value is (117,195,255). Sum of RGB (Red+Green+Blue) = 117+195+255=567 (75% of max value = 765). Red value is 117 (46.09% from 255 or 20.63% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #75C3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C3FF is #8A3C00. Grayscale: #B2B2B2. Windows color (decimal): -9059329 or 16761717. OLE color: 16761717.
HSL color Cylindrical-coordinate representation of color #75C3FF: hue angle of 206.09º 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 #75C3FF is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 195 | 255 | - |
| CMYK | 0.54 | 0.24 | 0 | 0 |
| HSL | 206.09º | 1% | 0.73% | - |
| HSV(B) | 206.09º | 0.54% | 1% | - |
| XYZ | 44.9 | 50.03 | 101.9 | - |
| YUV | 178.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 195 | 255 | 0.54 | 0.24 | 0 | 0 | 206.09 | 1 | 0.73 |
| Hex | 75 | C3 | FF | 36 | 18 | 0 | 0 | CE | 64 | 49 |
| Octal | 165 | 303 | 377 | 66 | 30 | 0 | 0 | 316 | 144 | 111 |
| Binary | 1110101 | 11000011 | 11111111 | 110110 | 11000 | 0 | 0 | 11001110 | 1100100 | 1001001 |
Color Harmonies of #75C3FF
Complementary color
Monochromatic Colors of #75C3FF
Black with #75C3FF
Text Example
Text Example
White with #75C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C3FF; }
p { color: rgb(117,195,255); }
H1.HeaderClassName
{
color: #75C3FF;
}
.AnyTagClassName
{
color: #75C3FF;
}
</style>
background-color css
<style>
a { background-color: #75C3FF; }
a { background-color: rgb(117,195,255); }
div.DivClassName
{
background-color: #75C3FF;
}
.BgClassName
{
background-color: #75C3FF;
}
</style>
border-color css
<style>
span { border-color: #75C3FF; }
span { border-color: rgb(117,195,255); }
td.TdClassName
{
border-color: #75C3FF;
}
.TagClassName
{
border-color: #75C3FF;
}
</style>