Shades of Maya Blue #74B5FD
Tints of Maya Blue #74B5FD
RGB
CMYK
RGB Variations
Color information
#74B5FD (or 0x74B5FD) is known color: Maya Blue. HEX triplet: 74, B5 and FD. RGB value is (116,181,253). Sum of RGB (Red+Green+Blue) = 116+181+253=550 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.09% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #74B5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B5FD is #8B4A02. Grayscale: #A9A9A9. Windows color (decimal): -9128451 or 16627060. OLE color: 16627060.
HSL color Cylindrical-coordinate representation of color #74B5FD: hue angle of 211.53º 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 #74B5FD is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 116 | 181 | 253 | - |
CMYK | 0.54 | 0.28 | 0 | 0.01 |
HSL | 211.53º | 0.97% | 0.72% | - |
HSV(B) | 211.53º | 0.54% | 0.99% | - |
XYZ | 41.46 | 43.85 | 99.21 | - |
YUV | 169.77 | 174.97 | 89.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 116 | 181 | 253 | 0.54 | 0.28 | 0 | 0.01 | 211.53 | 0.97 | 0.72 |
Hex | 74 | B5 | FD | 36 | 1C | 0 | 1 | D4 | 61 | 48 |
Octal | 164 | 265 | 375 | 66 | 34 | 0 | 1 | 324 | 141 | 110 |
Binary | 1110100 | 10110101 | 11111101 | 110110 | 11100 | 0 | 1 | 11010100 | 1100001 | 1001000 |
Color Harmonies of #74B5FD
Complementary color
Monochromatic Colors of #74B5FD
Black with #74B5FD
Text Example
Text Example
White with #74B5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B5FD; }
p { color: rgb(116,181,253); }
H1.HeaderClassName
{
color: #74B5FD;
}
.AnyTagClassName
{
color: #74B5FD;
}
</style>
background-color css
<style>
a { background-color: #74B5FD; }
a { background-color: rgb(116,181,253); }
div.DivClassName
{
background-color: #74B5FD;
}
.BgClassName
{
background-color: #74B5FD;
}
</style>
border-color css
<style>
span { border-color: #74B5FD; }
span { border-color: rgb(116,181,253); }
td.TdClassName
{
border-color: #74B5FD;
}
.TagClassName
{
border-color: #74B5FD;
}
</style>