Shades of Maya Blue #78BFFE
Tints of Maya Blue #78BFFE
RGB
CMYK
RGB Variations
Color information
#78BFFE (or 0x78BFFE) is known color: Maya Blue. HEX triplet: 78, BF and FE. RGB value is (120,191,254). Sum of RGB (Red+Green+Blue) = 120+191+254=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #78BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BFFE is #874001. Grayscale: #B0B0B0. Windows color (decimal): -8863746 or 16695160. OLE color: 16695160.
HSL color Cylindrical-coordinate representation of color #78BFFE: hue angle of 208.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78BFFE is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 191 | 254 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.00 |
| HSL | 208.21º | 0.99% | 0.73% | - |
| HSV(B) | 208.21º | 0.53% | 1% | - |
| XYZ | 44.27 | 48.41 | 100.78 | - |
| YUV | 176.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 254 | 0.53 | 0.25 | 0 | 0.00 | 208.21 | 0.99 | 0.73 |
| Hex | 78 | BF | FE | 35 | 19 | 0 | 0 | D0 | 63 | 49 |
| Octal | 170 | 277 | 376 | 65 | 31 | 0 | 0 | 320 | 143 | 111 |
| Binary | 1111000 | 10111111 | 11111110 | 110101 | 11001 | 0 | 0 | 11010000 | 1100011 | 1001001 |
Color Harmonies of #78BFFE
Complementary color
Monochromatic Colors of #78BFFE
Black with #78BFFE
Text Example
Text Example
White with #78BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFFE; }
p { color: rgb(120,191,254); }
H1.HeaderClassName
{
color: #78BFFE;
}
.AnyTagClassName
{
color: #78BFFE;
}
</style>
background-color css
<style>
a { background-color: #78BFFE; }
a { background-color: rgb(120,191,254); }
div.DivClassName
{
background-color: #78BFFE;
}
.BgClassName
{
background-color: #78BFFE;
}
</style>
border-color css
<style>
span { border-color: #78BFFE; }
span { border-color: rgb(120,191,254); }
td.TdClassName
{
border-color: #78BFFE;
}
.TagClassName
{
border-color: #78BFFE;
}
</style>