Shades of Maya Blue #78CFFF
Tints of Maya Blue #78CFFF
RGB
CMYK
RGB Variations
Color information
#78CFFF (or 0x78CFFF) is known color: Maya Blue. HEX triplet: 78, CF and FF. RGB value is (120,207,255). Sum of RGB (Red+Green+Blue) = 120+207+255=582 (77% of max value = 765). Red value is 120 (47.27% from 255 or 20.62% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #78CFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFFF is #873000. Grayscale: #BABABA. Windows color (decimal): -8859649 or 16764792. OLE color: 16764792.
HSL color Cylindrical-coordinate representation of color #78CFFF: hue angle of 201.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78CFFF is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 207 | 255 | - |
| CMYK | 0.53 | 0.19 | 0 | 0 |
| HSL | 201.33º | 1% | 0.74% | - |
| HSV(B) | 201.33º | 0.53% | 1% | - |
| XYZ | 48.11 | 55.84 | 102.85 | - |
| YUV | 186.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 255 | 0.53 | 0.19 | 0 | 0 | 201.33 | 1 | 0.74 |
| Hex | 78 | CF | FF | 35 | 13 | 0 | 0 | C9 | 64 | 4A |
| Octal | 170 | 317 | 377 | 65 | 23 | 0 | 0 | 311 | 144 | 112 |
| Binary | 1111000 | 11001111 | 11111111 | 110101 | 10011 | 0 | 0 | 11001001 | 1100100 | 1001010 |
Color Harmonies of #78CFFF
Complementary color
Monochromatic Colors of #78CFFF
Black with #78CFFF
Text Example
Text Example
White with #78CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CFFF; }
p { color: rgb(120,207,255); }
H1.HeaderClassName
{
color: #78CFFF;
}
.AnyTagClassName
{
color: #78CFFF;
}
</style>
background-color css
<style>
a { background-color: #78CFFF; }
a { background-color: rgb(120,207,255); }
div.DivClassName
{
background-color: #78CFFF;
}
.BgClassName
{
background-color: #78CFFF;
}
</style>
border-color css
<style>
span { border-color: #78CFFF; }
span { border-color: rgb(120,207,255); }
td.TdClassName
{
border-color: #78CFFF;
}
.TagClassName
{
border-color: #78CFFF;
}
</style>