Shades of Maya Blue #74BBFE
Tints of Maya Blue #74BBFE
RGB
CMYK
RGB Variations
Color information
#74BBFE (or 0x74BBFE) is known color: Maya Blue. HEX triplet: 74, BB and FE. RGB value is (116,187,254). Sum of RGB (Red+Green+Blue) = 116+187+254=557 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.83% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #74BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BBFE is #8B4401. Grayscale: #ADADAD. Windows color (decimal): -9126914 or 16694132. OLE color: 16694132.
HSL color Cylindrical-coordinate representation of color #74BBFE: hue angle of 209.13º 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 #74BBFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 187 | 254 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.00 |
| HSL | 209.13º | 0.99% | 0.73% | - |
| HSV(B) | 209.13º | 0.54% | 1% | - |
| XYZ | 42.86 | 46.41 | 100.46 | - |
| YUV | 173.41 | 173.48 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 254 | 0.54 | 0.26 | 0 | 0.00 | 209.13 | 0.99 | 0.73 |
| Hex | 74 | BB | FE | 36 | 1A | 0 | 0 | D1 | 63 | 49 |
| Octal | 164 | 273 | 376 | 66 | 32 | 0 | 0 | 321 | 143 | 111 |
| Binary | 1110100 | 10111011 | 11111110 | 110110 | 11010 | 0 | 0 | 11010001 | 1100011 | 1001001 |
Color Harmonies of #74BBFE
Complementary color
Monochromatic Colors of #74BBFE
Black with #74BBFE
Text Example
Text Example
White with #74BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBFE; }
p { color: rgb(116,187,254); }
H1.HeaderClassName
{
color: #74BBFE;
}
.AnyTagClassName
{
color: #74BBFE;
}
</style>
background-color css
<style>
a { background-color: #74BBFE; }
a { background-color: rgb(116,187,254); }
div.DivClassName
{
background-color: #74BBFE;
}
.BgClassName
{
background-color: #74BBFE;
}
</style>
border-color css
<style>
span { border-color: #74BBFE; }
span { border-color: rgb(116,187,254); }
td.TdClassName
{
border-color: #74BBFE;
}
.TagClassName
{
border-color: #74BBFE;
}
</style>