Shades of Maya Blue #74CFFE
Tints of Maya Blue #74CFFE
RGB
CMYK
RGB Variations
Color information
#74CFFE (or 0x74CFFE) is known color: Maya Blue. HEX triplet: 74, CF and FE. RGB value is (116,207,254). Sum of RGB (Red+Green+Blue) = 116+207+254=577 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.10% from 577); Green value is 207 (81.25% from 255 or 35.88% 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 #74CFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CFFE is #8B3001. Grayscale: #B8B8B8. Windows color (decimal): -9121794 or 16699252. OLE color: 16699252.
HSL color Cylindrical-coordinate representation of color #74CFFE: hue angle of 200.43º 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 #74CFFE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 207 | 254 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.00 |
| HSL | 200.43º | 0.99% | 0.73% | - |
| HSV(B) | 200.43º | 0.54% | 1% | - |
| XYZ | 47.4 | 55.49 | 101.98 | - |
| YUV | 185.15 | 166.85 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 207 | 254 | 0.54 | 0.19 | 0 | 0.00 | 200.43 | 0.99 | 0.73 |
| Hex | 74 | CF | FE | 36 | 13 | 0 | 0 | C8 | 63 | 49 |
| Octal | 164 | 317 | 376 | 66 | 23 | 0 | 0 | 310 | 143 | 111 |
| Binary | 1110100 | 11001111 | 11111110 | 110110 | 10011 | 0 | 0 | 11001000 | 1100011 | 1001001 |
Color Harmonies of #74CFFE
Complementary color
Monochromatic Colors of #74CFFE
Black with #74CFFE
Text Example
Text Example
White with #74CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CFFE; }
p { color: rgb(116,207,254); }
H1.HeaderClassName
{
color: #74CFFE;
}
.AnyTagClassName
{
color: #74CFFE;
}
</style>
background-color css
<style>
a { background-color: #74CFFE; }
a { background-color: rgb(116,207,254); }
div.DivClassName
{
background-color: #74CFFE;
}
.BgClassName
{
background-color: #74CFFE;
}
</style>
border-color css
<style>
span { border-color: #74CFFE; }
span { border-color: rgb(116,207,254); }
td.TdClassName
{
border-color: #74CFFE;
}
.TagClassName
{
border-color: #74CFFE;
}
</style>