Shades of Maya Blue #78BFF8
Tints of Maya Blue #78BFF8
RGB
CMYK
RGB Variations
Color information
#78BFF8 (or 0x78BFF8) is known color: Maya Blue. HEX triplet: 78, BF and F8. RGB value is (120,191,248). Sum of RGB (Red+Green+Blue) = 120+191+248=559 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.47% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #78BFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFF8 is #874007. Grayscale: #AFAFAF. Windows color (decimal): -8863752 or 16301944. OLE color: 16301944.
HSL color Cylindrical-coordinate representation of color #78BFF8: hue angle of 206.72º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BFF8 is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 191 | 248 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.03 |
| HSL | 206.72º | 0.9% | 0.72% | - |
| HSV(B) | 206.72º | 0.52% | 0.97% | - |
| XYZ | 43.32 | 48.03 | 95.79 | - |
| YUV | 176.27 | 168.48 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 248 | 0.52 | 0.23 | 0 | 0.03 | 206.72 | 0.9 | 0.72 |
| Hex | 78 | BF | F8 | 34 | 17 | 0 | 3 | CF | 5A | 48 |
| Octal | 170 | 277 | 370 | 64 | 27 | 0 | 3 | 317 | 132 | 110 |
| Binary | 1111000 | 10111111 | 11111000 | 110100 | 10111 | 0 | 11 | 11001111 | 1011010 | 1001000 |
Color Harmonies of #78BFF8
Complementary color
Monochromatic Colors of #78BFF8
Black with #78BFF8
Text Example
Text Example
White with #78BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFF8; }
p { color: rgb(120,191,248); }
H1.HeaderClassName
{
color: #78BFF8;
}
.AnyTagClassName
{
color: #78BFF8;
}
</style>
background-color css
<style>
a { background-color: #78BFF8; }
a { background-color: rgb(120,191,248); }
div.DivClassName
{
background-color: #78BFF8;
}
.BgClassName
{
background-color: #78BFF8;
}
</style>
border-color css
<style>
span { border-color: #78BFF8; }
span { border-color: rgb(120,191,248); }
td.TdClassName
{
border-color: #78BFF8;
}
.TagClassName
{
border-color: #78BFF8;
}
</style>