Shades of Maya Blue #74BEED
Tints of Maya Blue #74BEED
RGB
CMYK
RGB Variations
Color information
#74BEED (or 0x74BEED) is known color: Maya Blue. HEX triplet: 74, BE and ED. RGB value is (116,190,237). Sum of RGB (Red+Green+Blue) = 116+190+237=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #74BEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BEED is #8B4112. Grayscale: #ACACAC. Windows color (decimal): -9126163 or 15580788. OLE color: 15580788.
HSL color Cylindrical-coordinate representation of color #74BEED: hue angle of 203.31º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74BEED is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 190 | 237 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.07 |
| HSL | 203.31º | 0.77% | 0.69% | - |
| HSV(B) | 203.31º | 0.51% | 0.93% | - |
| XYZ | 40.9 | 46.65 | 86.97 | - |
| YUV | 173.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 237 | 0.51 | 0.20 | 0 | 0.07 | 203.31 | 0.77 | 0.69 |
| Hex | 74 | BE | ED | 33 | 14 | 0 | 7 | CB | 4D | 45 |
| Octal | 164 | 276 | 355 | 63 | 24 | 0 | 7 | 313 | 115 | 105 |
| Binary | 1110100 | 10111110 | 11101101 | 110011 | 10100 | 0 | 111 | 11001011 | 1001101 | 1000101 |
Color Harmonies of #74BEED
Complementary color
Monochromatic Colors of #74BEED
Black with #74BEED
Text Example
Text Example
White with #74BEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEED; }
p { color: rgb(116,190,237); }
H1.HeaderClassName
{
color: #74BEED;
}
.AnyTagClassName
{
color: #74BEED;
}
</style>
background-color css
<style>
a { background-color: #74BEED; }
a { background-color: rgb(116,190,237); }
div.DivClassName
{
background-color: #74BEED;
}
.BgClassName
{
background-color: #74BEED;
}
</style>
border-color css
<style>
span { border-color: #74BEED; }
span { border-color: rgb(116,190,237); }
td.TdClassName
{
border-color: #74BEED;
}
.TagClassName
{
border-color: #74BEED;
}
</style>