Shades of Maya Blue #74CBF0
Tints of Maya Blue #74CBF0
RGB
CMYK
RGB Variations
Color information
#74CBF0 (or 0x74CBF0) is known color: Maya Blue. HEX triplet: 74, CB and F0. RGB value is (116,203,240). Sum of RGB (Red+Green+Blue) = 116+203+240=559 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.75% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #74CBF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CBF0 is #8B340F. Grayscale: #B4B4B4. Windows color (decimal): -9122832 or 15780724. OLE color: 15780724.
HSL color Cylindrical-coordinate representation of color #74CBF0: hue angle of 197.9º 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 #74CBF0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 203 | 240 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.06 |
| HSL | 197.9º | 0.81% | 0.7% | - |
| HSV(B) | 197.9º | 0.52% | 0.94% | - |
| XYZ | 44.29 | 52.72 | 90.28 | - |
| YUV | 181.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 240 | 0.52 | 0.15 | 0 | 0.06 | 197.9 | 0.81 | 0.7 |
| Hex | 74 | CB | F0 | 34 | F | 0 | 6 | C6 | 51 | 46 |
| Octal | 164 | 313 | 360 | 64 | 17 | 0 | 6 | 306 | 121 | 106 |
| Binary | 1110100 | 11001011 | 11110000 | 110100 | 1111 | 0 | 110 | 11000110 | 1010001 | 1000110 |
Color Harmonies of #74CBF0
Complementary color
Monochromatic Colors of #74CBF0
Black with #74CBF0
Text Example
Text Example
White with #74CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBF0; }
p { color: rgb(116,203,240); }
H1.HeaderClassName
{
color: #74CBF0;
}
.AnyTagClassName
{
color: #74CBF0;
}
</style>
background-color css
<style>
a { background-color: #74CBF0; }
a { background-color: rgb(116,203,240); }
div.DivClassName
{
background-color: #74CBF0;
}
.BgClassName
{
background-color: #74CBF0;
}
</style>
border-color css
<style>
span { border-color: #74CBF0; }
span { border-color: rgb(116,203,240); }
td.TdClassName
{
border-color: #74CBF0;
}
.TagClassName
{
border-color: #74CBF0;
}
</style>