Shades of Maya Blue #78CBF9
Tints of Maya Blue #78CBF9
RGB
CMYK
RGB Variations
Color information
#78CBF9 (or 0x78CBF9) is known color: Maya Blue. HEX triplet: 78, CB and F9. RGB value is (120,203,249). Sum of RGB (Red+Green+Blue) = 120+203+249=572 (75% of max value = 765). Red value is 120 (47.27% from 255 or 20.98% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #78CBF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CBF9 is #873406. Grayscale: #B7B7B7. Windows color (decimal): -8860679 or 16370552. OLE color: 16370552.
HSL color Cylindrical-coordinate representation of color #78CBF9: hue angle of 201.4º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78CBF9 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 203 | 249 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.02 |
| HSL | 201.4º | 0.91% | 0.72% | - |
| HSV(B) | 201.4º | 0.52% | 0.98% | - |
| XYZ | 46.2 | 53.54 | 97.52 | - |
| YUV | 183.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 249 | 0.52 | 0.18 | 0 | 0.02 | 201.4 | 0.91 | 0.72 |
| Hex | 78 | CB | F9 | 34 | 12 | 0 | 2 | C9 | 5B | 48 |
| Octal | 170 | 313 | 371 | 64 | 22 | 0 | 2 | 311 | 133 | 110 |
| Binary | 1111000 | 11001011 | 11111001 | 110100 | 10010 | 0 | 10 | 11001001 | 1011011 | 1001000 |
Color Harmonies of #78CBF9
Complementary color
Monochromatic Colors of #78CBF9
Black with #78CBF9
Text Example
Text Example
White with #78CBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBF9; }
p { color: rgb(120,203,249); }
H1.HeaderClassName
{
color: #78CBF9;
}
.AnyTagClassName
{
color: #78CBF9;
}
</style>
background-color css
<style>
a { background-color: #78CBF9; }
a { background-color: rgb(120,203,249); }
div.DivClassName
{
background-color: #78CBF9;
}
.BgClassName
{
background-color: #78CBF9;
}
</style>
border-color css
<style>
span { border-color: #78CBF9; }
span { border-color: rgb(120,203,249); }
td.TdClassName
{
border-color: #78CBF9;
}
.TagClassName
{
border-color: #78CBF9;
}
</style>