Shades of Maya Blue #74CCF2
Tints of Maya Blue #74CCF2
RGB
CMYK
RGB Variations
Color information
#74CCF2 (or 0x74CCF2) is known color: Maya Blue. HEX triplet: 74, CC and F2. RGB value is (116,204,242). Sum of RGB (Red+Green+Blue) = 116+204+242=562 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.64% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #74CCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CCF2 is #8B330D. Grayscale: #B5B5B5. Windows color (decimal): -9122574 or 15912052. OLE color: 15912052.
HSL color Cylindrical-coordinate representation of color #74CCF2: hue angle of 198.1º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74CCF2 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 204 | 242 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.05 |
| HSL | 198.1º | 0.83% | 0.7% | - |
| HSV(B) | 198.1º | 0.52% | 0.95% | - |
| XYZ | 44.82 | 53.31 | 91.93 | - |
| YUV | 182.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 204 | 242 | 0.52 | 0.16 | 0 | 0.05 | 198.1 | 0.83 | 0.7 |
| Hex | 74 | CC | F2 | 34 | 10 | 0 | 5 | C6 | 53 | 46 |
| Octal | 164 | 314 | 362 | 64 | 20 | 0 | 5 | 306 | 123 | 106 |
| Binary | 1110100 | 11001100 | 11110010 | 110100 | 10000 | 0 | 101 | 11000110 | 1010011 | 1000110 |
Color Harmonies of #74CCF2
Complementary color
Monochromatic Colors of #74CCF2
Black with #74CCF2
Text Example
Text Example
White with #74CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CCF2; }
p { color: rgb(116,204,242); }
H1.HeaderClassName
{
color: #74CCF2;
}
.AnyTagClassName
{
color: #74CCF2;
}
</style>
background-color css
<style>
a { background-color: #74CCF2; }
a { background-color: rgb(116,204,242); }
div.DivClassName
{
background-color: #74CCF2;
}
.BgClassName
{
background-color: #74CCF2;
}
</style>
border-color css
<style>
span { border-color: #74CCF2; }
span { border-color: rgb(116,204,242); }
td.TdClassName
{
border-color: #74CCF2;
}
.TagClassName
{
border-color: #74CCF2;
}
</style>