Shades of Maya Blue #74D3FD
Tints of Maya Blue #74D3FD
RGB
CMYK
RGB Variations
Color information
#74D3FD (or 0x74D3FD) is known color: Maya Blue. HEX triplet: 74, D3 and FD. RGB value is (116,211,253). Sum of RGB (Red+Green+Blue) = 116+211+253=580 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #74D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74D3FD is #8B2C02. Grayscale: #BBBBBB. Windows color (decimal): -9120771 or 16634740. OLE color: 16634740.
HSL color Cylindrical-coordinate representation of color #74D3FD: hue angle of 198.39º 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 #74D3FD is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 211 | 253 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.01 |
| HSL | 198.39º | 0.97% | 0.72% | - |
| HSV(B) | 198.39º | 0.54% | 0.99% | - |
| XYZ | 48.23 | 57.39 | 101.46 | - |
| YUV | 187.38 | 165.03 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 253 | 0.54 | 0.17 | 0 | 0.01 | 198.39 | 0.97 | 0.72 |
| Hex | 74 | D3 | FD | 36 | 11 | 0 | 1 | C6 | 61 | 48 |
| Octal | 164 | 323 | 375 | 66 | 21 | 0 | 1 | 306 | 141 | 110 |
| Binary | 1110100 | 11010011 | 11111101 | 110110 | 10001 | 0 | 1 | 11000110 | 1100001 | 1001000 |
Color Harmonies of #74D3FD
Complementary color
Monochromatic Colors of #74D3FD
Black with #74D3FD
Text Example
Text Example
White with #74D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D3FD; }
p { color: rgb(116,211,253); }
H1.HeaderClassName
{
color: #74D3FD;
}
.AnyTagClassName
{
color: #74D3FD;
}
</style>
background-color css
<style>
a { background-color: #74D3FD; }
a { background-color: rgb(116,211,253); }
div.DivClassName
{
background-color: #74D3FD;
}
.BgClassName
{
background-color: #74D3FD;
}
</style>
border-color css
<style>
span { border-color: #74D3FD; }
span { border-color: rgb(116,211,253); }
td.TdClassName
{
border-color: #74D3FD;
}
.TagClassName
{
border-color: #74D3FD;
}
</style>