Shades of Maya Blue #78C3FF
Tints of Maya Blue #78C3FF
RGB
CMYK
RGB Variations
Color information
#78C3FF (or 0x78C3FF) is known color: Maya Blue. HEX triplet: 78, C3 and FF. RGB value is (120,195,255). Sum of RGB (Red+Green+Blue) = 120+195+255=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #78C3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C3FF is #873C00. Grayscale: #B3B3B3. Windows color (decimal): -8862721 or 16761720. OLE color: 16761720.
HSL color Cylindrical-coordinate representation of color #78C3FF: hue angle of 206.67º 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 #78C3FF is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 195 | 255 | - |
| CMYK | 0.53 | 0.24 | 0 | 0 |
| HSL | 206.67º | 1% | 0.74% | - |
| HSV(B) | 206.67º | 0.53% | 1% | - |
| XYZ | 45.31 | 50.24 | 101.92 | - |
| YUV | 179.42 | 170.65 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 195 | 255 | 0.53 | 0.24 | 0 | 0 | 206.67 | 1 | 0.74 |
| Hex | 78 | C3 | FF | 35 | 18 | 0 | 0 | CF | 64 | 4A |
| Octal | 170 | 303 | 377 | 65 | 30 | 0 | 0 | 317 | 144 | 112 |
| Binary | 1111000 | 11000011 | 11111111 | 110101 | 11000 | 0 | 0 | 11001111 | 1100100 | 1001010 |
Color Harmonies of #78C3FF
Complementary color
Monochromatic Colors of #78C3FF
Black with #78C3FF
Text Example
Text Example
White with #78C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C3FF; }
p { color: rgb(120,195,255); }
H1.HeaderClassName
{
color: #78C3FF;
}
.AnyTagClassName
{
color: #78C3FF;
}
</style>
background-color css
<style>
a { background-color: #78C3FF; }
a { background-color: rgb(120,195,255); }
div.DivClassName
{
background-color: #78C3FF;
}
.BgClassName
{
background-color: #78C3FF;
}
</style>
border-color css
<style>
span { border-color: #78C3FF; }
span { border-color: rgb(120,195,255); }
td.TdClassName
{
border-color: #78C3FF;
}
.TagClassName
{
border-color: #78C3FF;
}
</style>