Shades of Maya Blue #74B9FE
Tints of Maya Blue #74B9FE
RGB
CMYK
RGB Variations
Color information
#74B9FE (or 0x74B9FE) is known color: Maya Blue. HEX triplet: 74, B9 and FE. RGB value is (116,185,254). Sum of RGB (Red+Green+Blue) = 116+185+254=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #74B9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B9FE is #8B4601. Grayscale: #ABABAB. Windows color (decimal): -9127426 or 16693620. OLE color: 16693620.
HSL color Cylindrical-coordinate representation of color #74B9FE: hue angle of 210º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74B9FE is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 185 | 254 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.00 |
| HSL | 210º | 0.99% | 0.73% | - |
| HSV(B) | 210º | 0.54% | 1% | - |
| XYZ | 42.44 | 45.57 | 100.32 | - |
| YUV | 172.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 254 | 0.54 | 0.27 | 0 | 0.00 | 210 | 0.99 | 0.73 |
| Hex | 74 | B9 | FE | 36 | 1B | 0 | 0 | D2 | 63 | 49 |
| Octal | 164 | 271 | 376 | 66 | 33 | 0 | 0 | 322 | 143 | 111 |
| Binary | 1110100 | 10111001 | 11111110 | 110110 | 11011 | 0 | 0 | 11010010 | 1100011 | 1001001 |
Color Harmonies of #74B9FE
Complementary color
Monochromatic Colors of #74B9FE
Black with #74B9FE
Text Example
Text Example
White with #74B9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B9FE; }
p { color: rgb(116,185,254); }
H1.HeaderClassName
{
color: #74B9FE;
}
.AnyTagClassName
{
color: #74B9FE;
}
</style>
background-color css
<style>
a { background-color: #74B9FE; }
a { background-color: rgb(116,185,254); }
div.DivClassName
{
background-color: #74B9FE;
}
.BgClassName
{
background-color: #74B9FE;
}
</style>
border-color css
<style>
span { border-color: #74B9FE; }
span { border-color: rgb(116,185,254); }
td.TdClassName
{
border-color: #74B9FE;
}
.TagClassName
{
border-color: #74B9FE;
}
</style>