Shades of Maya Blue #75CEFE
Tints of Maya Blue #75CEFE
RGB
CMYK
RGB Variations
Color information
#75CEFE (or 0x75CEFE) is known color: Maya Blue. HEX triplet: 75, CE and FE. RGB value is (117,206,254). Sum of RGB (Red+Green+Blue) = 117+206+254=577 (76% of max value = 765). Red value is 117 (46.09% from 255 or 20.28% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #75CEFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CEFE is #8A3101. Grayscale: #B8B8B8. Windows color (decimal): -9056514 or 16698997. OLE color: 16698997.
HSL color Cylindrical-coordinate representation of color #75CEFE: hue angle of 201.02º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75CEFE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 117 | 206 | 254 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.00 |
| HSL | 201.02º | 0.99% | 0.73% | - |
| HSV(B) | 201.02º | 0.54% | 1% | - |
| XYZ | 47.3 | 55.08 | 101.9 | - |
| YUV | 184.86 | 167.01 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 254 | 0.54 | 0.19 | 0 | 0.00 | 201.02 | 0.99 | 0.73 |
| Hex | 75 | CE | FE | 36 | 13 | 0 | 0 | C9 | 63 | 49 |
| Octal | 165 | 316 | 376 | 66 | 23 | 0 | 0 | 311 | 143 | 111 |
| Binary | 1110101 | 11001110 | 11111110 | 110110 | 10011 | 0 | 0 | 11001001 | 1100011 | 1001001 |
Color Harmonies of #75CEFE
Complementary color
Monochromatic Colors of #75CEFE
Black with #75CEFE
Text Example
Text Example
White with #75CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CEFE; }
p { color: rgb(117,206,254); }
H1.HeaderClassName
{
color: #75CEFE;
}
.AnyTagClassName
{
color: #75CEFE;
}
</style>
background-color css
<style>
a { background-color: #75CEFE; }
a { background-color: rgb(117,206,254); }
div.DivClassName
{
background-color: #75CEFE;
}
.BgClassName
{
background-color: #75CEFE;
}
</style>
border-color css
<style>
span { border-color: #75CEFE; }
span { border-color: rgb(117,206,254); }
td.TdClassName
{
border-color: #75CEFE;
}
.TagClassName
{
border-color: #75CEFE;
}
</style>