Shades of Maya Blue #75CBF0
Tints of Maya Blue #75CBF0
RGB
CMYK
RGB Variations
Color information
#75CBF0 (or 0x75CBF0) is known color: Maya Blue. HEX triplet: 75, CB and F0. RGB value is (117,203,240). Sum of RGB (Red+Green+Blue) = 117+203+240=560 (74% of max value = 765). Red value is 117 (46.09% from 255 or 20.89% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #75CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CBF0 is #8A340F. Grayscale: #B5B5B5. Windows color (decimal): -9057296 or 15780725. OLE color: 15780725.
HSL color Cylindrical-coordinate representation of color #75CBF0: hue angle of 198.05º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75CBF0 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 203 | 240 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.06 |
| HSL | 198.05º | 0.8% | 0.7% | - |
| HSV(B) | 198.05º | 0.51% | 0.94% | - |
| XYZ | 44.42 | 52.79 | 90.29 | - |
| YUV | 181.5 | 161.01 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 240 | 0.51 | 0.15 | 0 | 0.06 | 198.05 | 0.8 | 0.7 |
| Hex | 75 | CB | F0 | 33 | F | 0 | 6 | C6 | 50 | 46 |
| Octal | 165 | 313 | 360 | 63 | 17 | 0 | 6 | 306 | 120 | 106 |
| Binary | 1110101 | 11001011 | 11110000 | 110011 | 1111 | 0 | 110 | 11000110 | 1010000 | 1000110 |
Color Harmonies of #75CBF0
Complementary color
Monochromatic Colors of #75CBF0
Black with #75CBF0
Text Example
Text Example
White with #75CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBF0; }
p { color: rgb(117,203,240); }
H1.HeaderClassName
{
color: #75CBF0;
}
.AnyTagClassName
{
color: #75CBF0;
}
</style>
background-color css
<style>
a { background-color: #75CBF0; }
a { background-color: rgb(117,203,240); }
div.DivClassName
{
background-color: #75CBF0;
}
.BgClassName
{
background-color: #75CBF0;
}
</style>
border-color css
<style>
span { border-color: #75CBF0; }
span { border-color: rgb(117,203,240); }
td.TdClassName
{
border-color: #75CBF0;
}
.TagClassName
{
border-color: #75CBF0;
}
</style>