Shades of Maya Blue #74BAFF
Tints of Maya Blue #74BAFF
RGB
CMYK
RGB Variations
Color information
#74BAFF (or 0x74BAFF) is known color: Maya Blue. HEX triplet: 74, BA and FF. RGB value is (116,186,255). Sum of RGB (Red+Green+Blue) = 116+186+255=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #74BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BAFF is #8B4500. Grayscale: #ACACAC. Windows color (decimal): -9127169 or 16759412. OLE color: 16759412.
HSL color Cylindrical-coordinate representation of color #74BAFF: hue angle of 209.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74BAFF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 186 | 255 | - |
| CMYK | 0.55 | 0.27 | 0 | 0 |
| HSL | 209.78º | 1% | 0.73% | - |
| HSV(B) | 209.78º | 0.55% | 1% | - |
| XYZ | 42.81 | 46.05 | 101.24 | - |
| YUV | 172.94 | 174.31 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 186 | 255 | 0.55 | 0.27 | 0 | 0 | 209.78 | 1 | 0.73 |
| Hex | 74 | BA | FF | 37 | 1B | 0 | 0 | D2 | 64 | 49 |
| Octal | 164 | 272 | 377 | 67 | 33 | 0 | 0 | 322 | 144 | 111 |
| Binary | 1110100 | 10111010 | 11111111 | 110111 | 11011 | 0 | 0 | 11010010 | 1100100 | 1001001 |
Color Harmonies of #74BAFF
Complementary color
Monochromatic Colors of #74BAFF
Black with #74BAFF
Text Example
Text Example
White with #74BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BAFF; }
p { color: rgb(116,186,255); }
H1.HeaderClassName
{
color: #74BAFF;
}
.AnyTagClassName
{
color: #74BAFF;
}
</style>
background-color css
<style>
a { background-color: #74BAFF; }
a { background-color: rgb(116,186,255); }
div.DivClassName
{
background-color: #74BAFF;
}
.BgClassName
{
background-color: #74BAFF;
}
</style>
border-color css
<style>
span { border-color: #74BAFF; }
span { border-color: rgb(116,186,255); }
td.TdClassName
{
border-color: #74BAFF;
}
.TagClassName
{
border-color: #74BAFF;
}
</style>