Shades of Maya Blue #74C0FE
Tints of Maya Blue #74C0FE
RGB
CMYK
RGB Variations
Color information
#74C0FE (or 0x74C0FE) is known color: Maya Blue. HEX triplet: 74, C0 and FE. RGB value is (116,192,254). Sum of RGB (Red+Green+Blue) = 116+192+254=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #74C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74C0FE is #8B3F01. Grayscale: #B0B0B0. Windows color (decimal): -9125634 or 16695412. OLE color: 16695412.
HSL color Cylindrical-coordinate representation of color #74C0FE: hue angle of 206.96º 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 #74C0FE is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 192 | 254 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.00 |
| HSL | 206.96º | 0.99% | 0.73% | - |
| HSV(B) | 206.96º | 0.54% | 1% | - |
| XYZ | 43.94 | 48.57 | 100.82 | - |
| YUV | 176.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 254 | 0.54 | 0.24 | 0 | 0.00 | 206.96 | 0.99 | 0.73 |
| Hex | 74 | C0 | FE | 36 | 18 | 0 | 0 | CF | 63 | 49 |
| Octal | 164 | 300 | 376 | 66 | 30 | 0 | 0 | 317 | 143 | 111 |
| Binary | 1110100 | 11000000 | 11111110 | 110110 | 11000 | 0 | 0 | 11001111 | 1100011 | 1001001 |
Color Harmonies of #74C0FE
Complementary color
Monochromatic Colors of #74C0FE
Black with #74C0FE
Text Example
Text Example
White with #74C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C0FE; }
p { color: rgb(116,192,254); }
H1.HeaderClassName
{
color: #74C0FE;
}
.AnyTagClassName
{
color: #74C0FE;
}
</style>
background-color css
<style>
a { background-color: #74C0FE; }
a { background-color: rgb(116,192,254); }
div.DivClassName
{
background-color: #74C0FE;
}
.BgClassName
{
background-color: #74C0FE;
}
</style>
border-color css
<style>
span { border-color: #74C0FE; }
span { border-color: rgb(116,192,254); }
td.TdClassName
{
border-color: #74C0FE;
}
.TagClassName
{
border-color: #74C0FE;
}
</style>