Shades of Maya Blue #74B8F8
Tints of Maya Blue #74B8F8
RGB
CMYK
RGB Variations
Color information
#74B8F8 (or 0x74B8F8) is known color: Maya Blue. HEX triplet: 74, B8 and F8. RGB value is (116,184,248). Sum of RGB (Red+Green+Blue) = 116+184+248=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #74B8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74B8F8 is #8B4707. Grayscale: #AAAAAA. Windows color (decimal): -9127688 or 16300148. OLE color: 16300148.
HSL color Cylindrical-coordinate representation of color #74B8F8: hue angle of 209.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74B8F8 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 184 | 248 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.03 |
| HSL | 209.09º | 0.9% | 0.71% | - |
| HSV(B) | 209.09º | 0.53% | 0.97% | - |
| XYZ | 41.29 | 44.77 | 95.27 | - |
| YUV | 170.96 | 171.47 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 184 | 248 | 0.53 | 0.26 | 0 | 0.03 | 209.09 | 0.9 | 0.71 |
| Hex | 74 | B8 | F8 | 35 | 1A | 0 | 3 | D1 | 5A | 47 |
| Octal | 164 | 270 | 370 | 65 | 32 | 0 | 3 | 321 | 132 | 107 |
| Binary | 1110100 | 10111000 | 11111000 | 110101 | 11010 | 0 | 11 | 11010001 | 1011010 | 1000111 |
Color Harmonies of #74B8F8
Complementary color
Monochromatic Colors of #74B8F8
Black with #74B8F8
Text Example
Text Example
White with #74B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B8F8; }
p { color: rgb(116,184,248); }
H1.HeaderClassName
{
color: #74B8F8;
}
.AnyTagClassName
{
color: #74B8F8;
}
</style>
background-color css
<style>
a { background-color: #74B8F8; }
a { background-color: rgb(116,184,248); }
div.DivClassName
{
background-color: #74B8F8;
}
.BgClassName
{
background-color: #74B8F8;
}
</style>
border-color css
<style>
span { border-color: #74B8F8; }
span { border-color: rgb(116,184,248); }
td.TdClassName
{
border-color: #74B8F8;
}
.TagClassName
{
border-color: #74B8F8;
}
</style>