Shades of Maya Blue #74CCF0
Tints of Maya Blue #74CCF0
RGB
CMYK
RGB Variations
Color information
#74CCF0 (or 0x74CCF0) is known color: Maya Blue. HEX triplet: 74, CC and F0. RGB value is (116,204,240). Sum of RGB (Red+Green+Blue) = 116+204+240=560 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.71% from 560); Green value is 204 (80.08% from 255 or 36.43% 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 #74CCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CCF0 is #8B330F. Grayscale: #B5B5B5. Windows color (decimal): -9122576 or 15780980. OLE color: 15780980.
HSL color Cylindrical-coordinate representation of color #74CCF0: hue angle of 197.42º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74CCF0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 204 | 240 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.06 |
| HSL | 197.42º | 0.81% | 0.7% | - |
| HSV(B) | 197.42º | 0.52% | 0.94% | - |
| XYZ | 44.52 | 53.19 | 90.36 | - |
| YUV | 181.79 | 160.85 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 240 | 0.52 | 0.15 | 0 | 0.06 | 197.42 | 0.81 | 0.7 |
| Hex | 74 | CC | F0 | 34 | F | 0 | 6 | C5 | 51 | 46 |
| Octal | 164 | 314 | 360 | 64 | 17 | 0 | 6 | 305 | 121 | 106 |
| Binary | 1110100 | 11001100 | 11110000 | 110100 | 1111 | 0 | 110 | 11000101 | 1010001 | 1000110 |
Color Harmonies of #74CCF0
Complementary color
Monochromatic Colors of #74CCF0
Black with #74CCF0
Text Example
Text Example
White with #74CCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCF0; }
p { color: rgb(116,204,240); }
H1.HeaderClassName
{
color: #74CCF0;
}
.AnyTagClassName
{
color: #74CCF0;
}
</style>
background-color css
<style>
a { background-color: #74CCF0; }
a { background-color: rgb(116,204,240); }
div.DivClassName
{
background-color: #74CCF0;
}
.BgClassName
{
background-color: #74CCF0;
}
</style>
border-color css
<style>
span { border-color: #74CCF0; }
span { border-color: rgb(116,204,240); }
td.TdClassName
{
border-color: #74CCF0;
}
.TagClassName
{
border-color: #74CCF0;
}
</style>