Shades of Maya Blue #75C2F3
Tints of Maya Blue #75C2F3
RGB
CMYK
RGB Variations
Color information
#75C2F3 (or 0x75C2F3) is known color: Maya Blue. HEX triplet: 75, C2 and F3. RGB value is (117,194,243). Sum of RGB (Red+Green+Blue) = 117+194+243=554 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.12% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #75C2F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75C2F3 is #8A3D0C. Grayscale: #B0B0B0. Windows color (decimal): -9059597 or 15975029. OLE color: 15975029.
HSL color Cylindrical-coordinate representation of color #75C2F3: hue angle of 203.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75C2F3 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 194 | 243 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.05 |
| HSL | 203.33º | 0.84% | 0.71% | - |
| HSV(B) | 203.33º | 0.52% | 0.95% | - |
| XYZ | 42.81 | 48.84 | 91.96 | - |
| YUV | 176.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 194 | 243 | 0.52 | 0.20 | 0 | 0.05 | 203.33 | 0.84 | 0.71 |
| Hex | 75 | C2 | F3 | 34 | 14 | 0 | 5 | CB | 54 | 47 |
| Octal | 165 | 302 | 363 | 64 | 24 | 0 | 5 | 313 | 124 | 107 |
| Binary | 1110101 | 11000010 | 11110011 | 110100 | 10100 | 0 | 101 | 11001011 | 1010100 | 1000111 |
Color Harmonies of #75C2F3
Complementary color
Monochromatic Colors of #75C2F3
Black with #75C2F3
Text Example
Text Example
White with #75C2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C2F3; }
p { color: rgb(117,194,243); }
H1.HeaderClassName
{
color: #75C2F3;
}
.AnyTagClassName
{
color: #75C2F3;
}
</style>
background-color css
<style>
a { background-color: #75C2F3; }
a { background-color: rgb(117,194,243); }
div.DivClassName
{
background-color: #75C2F3;
}
.BgClassName
{
background-color: #75C2F3;
}
</style>
border-color css
<style>
span { border-color: #75C2F3; }
span { border-color: rgb(117,194,243); }
td.TdClassName
{
border-color: #75C2F3;
}
.TagClassName
{
border-color: #75C2F3;
}
</style>