Shades of Maya Blue #74BBFC
Tints of Maya Blue #74BBFC
RGB
CMYK
RGB Variations
Color information
#74BBFC (or 0x74BBFC) is known color: Maya Blue. HEX triplet: 74, BB and FC. RGB value is (116,187,252). Sum of RGB (Red+Green+Blue) = 116+187+252=555 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.90% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #74BBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BBFC is #8B4403. Grayscale: #ACACAC. Windows color (decimal): -9126916 or 16563060. OLE color: 16563060.
HSL color Cylindrical-coordinate representation of color #74BBFC: hue angle of 208.68º degrees, saturation: 0.96, 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 #74BBFC is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 187 | 252 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.01 |
| HSL | 208.68º | 0.96% | 0.72% | - |
| HSV(B) | 208.68º | 0.54% | 0.99% | - |
| XYZ | 42.54 | 46.28 | 98.79 | - |
| YUV | 173.18 | 172.48 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 187 | 252 | 0.54 | 0.26 | 0 | 0.01 | 208.68 | 0.96 | 0.72 |
| Hex | 74 | BB | FC | 36 | 1A | 0 | 1 | D1 | 60 | 48 |
| Octal | 164 | 273 | 374 | 66 | 32 | 0 | 1 | 321 | 140 | 110 |
| Binary | 1110100 | 10111011 | 11111100 | 110110 | 11010 | 0 | 1 | 11010001 | 1100000 | 1001000 |
Color Harmonies of #74BBFC
Complementary color
Monochromatic Colors of #74BBFC
Black with #74BBFC
Text Example
Text Example
White with #74BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BBFC; }
p { color: rgb(116,187,252); }
H1.HeaderClassName
{
color: #74BBFC;
}
.AnyTagClassName
{
color: #74BBFC;
}
</style>
background-color css
<style>
a { background-color: #74BBFC; }
a { background-color: rgb(116,187,252); }
div.DivClassName
{
background-color: #74BBFC;
}
.BgClassName
{
background-color: #74BBFC;
}
</style>
border-color css
<style>
span { border-color: #74BBFC; }
span { border-color: rgb(116,187,252); }
td.TdClassName
{
border-color: #74BBFC;
}
.TagClassName
{
border-color: #74BBFC;
}
</style>