Shades of Maya Blue #74BEEE
Tints of Maya Blue #74BEEE
RGB
CMYK
RGB Variations
Color information
#74BEEE (or 0x74BEEE) is known color: Maya Blue. HEX triplet: 74, BE and EE. RGB value is (116,190,238). Sum of RGB (Red+Green+Blue) = 116+190+238=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #74BEEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BEEE is #8B4111. Grayscale: #ADADAD. Windows color (decimal): -9126162 or 15646324. OLE color: 15646324.
HSL color Cylindrical-coordinate representation of color #74BEEE: hue angle of 203.61º degrees, saturation: 0.78, 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 #74BEEE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 190 | 238 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.07 |
| HSL | 203.61º | 0.78% | 0.69% | - |
| HSV(B) | 203.61º | 0.51% | 0.93% | - |
| XYZ | 41.05 | 46.71 | 87.74 | - |
| YUV | 173.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 238 | 0.51 | 0.20 | 0 | 0.07 | 203.61 | 0.78 | 0.69 |
| Hex | 74 | BE | EE | 33 | 14 | 0 | 7 | CC | 4E | 45 |
| Octal | 164 | 276 | 356 | 63 | 24 | 0 | 7 | 314 | 116 | 105 |
| Binary | 1110100 | 10111110 | 11101110 | 110011 | 10100 | 0 | 111 | 11001100 | 1001110 | 1000101 |
Color Harmonies of #74BEEE
Complementary color
Monochromatic Colors of #74BEEE
Black with #74BEEE
Text Example
Text Example
White with #74BEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEEE; }
p { color: rgb(116,190,238); }
H1.HeaderClassName
{
color: #74BEEE;
}
.AnyTagClassName
{
color: #74BEEE;
}
</style>
background-color css
<style>
a { background-color: #74BEEE; }
a { background-color: rgb(116,190,238); }
div.DivClassName
{
background-color: #74BEEE;
}
.BgClassName
{
background-color: #74BEEE;
}
</style>
border-color css
<style>
span { border-color: #74BEEE; }
span { border-color: rgb(116,190,238); }
td.TdClassName
{
border-color: #74BEEE;
}
.TagClassName
{
border-color: #74BEEE;
}
</style>