Shades of Maya Blue #74C5FF
Tints of Maya Blue #74C5FF
RGB
CMYK
RGB Variations
Color information
#74C5FF (or 0x74C5FF) is known color: Maya Blue. HEX triplet: 74, C5 and FF. RGB value is (116,197,255). Sum of RGB (Red+Green+Blue) = 116+197+255=568 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.42% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #74C5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C5FF is #8B3A00. Grayscale: #B3B3B3. Windows color (decimal): -9124353 or 16762228. OLE color: 16762228.
HSL color Cylindrical-coordinate representation of color #74C5FF: hue angle of 205.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74C5FF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 197 | 255 | - |
| CMYK | 0.55 | 0.23 | 0 | 0 |
| HSL | 205.04º | 1% | 0.73% | - |
| HSV(B) | 205.04º | 0.55% | 1% | - |
| XYZ | 45.22 | 50.87 | 102.04 | - |
| YUV | 179.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 255 | 0.55 | 0.23 | 0 | 0 | 205.04 | 1 | 0.73 |
| Hex | 74 | C5 | FF | 37 | 17 | 0 | 0 | CD | 64 | 49 |
| Octal | 164 | 305 | 377 | 67 | 27 | 0 | 0 | 315 | 144 | 111 |
| Binary | 1110100 | 11000101 | 11111111 | 110111 | 10111 | 0 | 0 | 11001101 | 1100100 | 1001001 |
Color Harmonies of #74C5FF
Complementary color
Monochromatic Colors of #74C5FF
Black with #74C5FF
Text Example
Text Example
White with #74C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C5FF; }
p { color: rgb(116,197,255); }
H1.HeaderClassName
{
color: #74C5FF;
}
.AnyTagClassName
{
color: #74C5FF;
}
</style>
background-color css
<style>
a { background-color: #74C5FF; }
a { background-color: rgb(116,197,255); }
div.DivClassName
{
background-color: #74C5FF;
}
.BgClassName
{
background-color: #74C5FF;
}
</style>
border-color css
<style>
span { border-color: #74C5FF; }
span { border-color: rgb(116,197,255); }
td.TdClassName
{
border-color: #74C5FF;
}
.TagClassName
{
border-color: #74C5FF;
}
</style>