Shades of Maya Blue #74ADFD
Tints of Maya Blue #74ADFD
RGB
CMYK
RGB Variations
Color information
#74ADFD (or 0x74ADFD) is known color: Maya Blue. HEX triplet: 74, AD and FD. RGB value is (116,173,253). Sum of RGB (Red+Green+Blue) = 116+173+253=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #74ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ADFD is #8B5202. Grayscale: #A4A4A4. Windows color (decimal): -9130499 or 16625012. OLE color: 16625012.
HSL color Cylindrical-coordinate representation of color #74ADFD: hue angle of 215.04º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74ADFD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 173 | 253 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.01 |
| HSL | 215.04º | 0.97% | 0.72% | - |
| HSV(B) | 215.04º | 0.54% | 0.99% | - |
| XYZ | 39.88 | 40.69 | 98.68 | - |
| YUV | 165.08 | 177.62 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 173 | 253 | 0.54 | 0.32 | 0 | 0.01 | 215.04 | 0.97 | 0.72 |
| Hex | 74 | AD | FD | 36 | 20 | 0 | 1 | D7 | 61 | 48 |
| Octal | 164 | 255 | 375 | 66 | 40 | 0 | 1 | 327 | 141 | 110 |
| Binary | 1110100 | 10101101 | 11111101 | 110110 | 100000 | 0 | 1 | 11010111 | 1100001 | 1001000 |
Color Harmonies of #74ADFD
Complementary color
Monochromatic Colors of #74ADFD
Black with #74ADFD
Text Example
Text Example
White with #74ADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ADFD; }
p { color: rgb(116,173,253); }
H1.HeaderClassName
{
color: #74ADFD;
}
.AnyTagClassName
{
color: #74ADFD;
}
</style>
background-color css
<style>
a { background-color: #74ADFD; }
a { background-color: rgb(116,173,253); }
div.DivClassName
{
background-color: #74ADFD;
}
.BgClassName
{
background-color: #74ADFD;
}
</style>
border-color css
<style>
span { border-color: #74ADFD; }
span { border-color: rgb(116,173,253); }
td.TdClassName
{
border-color: #74ADFD;
}
.TagClassName
{
border-color: #74ADFD;
}
</style>