Shades of Maya Blue #78CBFB
Tints of Maya Blue #78CBFB
RGB
CMYK
RGB Variations
Color information
#78CBFB (or 0x78CBFB) is known color: Maya Blue. HEX triplet: 78, CB and FB. RGB value is (120,203,251). Sum of RGB (Red+Green+Blue) = 120+203+251=574 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.91% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #78CBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CBFB is #873404. Grayscale: #B7B7B7. Windows color (decimal): -8860677 or 16501624. OLE color: 16501624.
HSL color Cylindrical-coordinate representation of color #78CBFB: hue angle of 201.98º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78CBFB is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 203 | 251 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.02 |
| HSL | 201.98º | 0.94% | 0.73% | - |
| HSV(B) | 201.98º | 0.52% | 0.98% | - |
| XYZ | 46.51 | 53.67 | 99.17 | - |
| YUV | 183.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 251 | 0.52 | 0.19 | 0 | 0.02 | 201.98 | 0.94 | 0.73 |
| Hex | 78 | CB | FB | 34 | 13 | 0 | 2 | CA | 5E | 49 |
| Octal | 170 | 313 | 373 | 64 | 23 | 0 | 2 | 312 | 136 | 111 |
| Binary | 1111000 | 11001011 | 11111011 | 110100 | 10011 | 0 | 10 | 11001010 | 1011110 | 1001001 |
Color Harmonies of #78CBFB
Complementary color
Monochromatic Colors of #78CBFB
Black with #78CBFB
Text Example
Text Example
White with #78CBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBFB; }
p { color: rgb(120,203,251); }
H1.HeaderClassName
{
color: #78CBFB;
}
.AnyTagClassName
{
color: #78CBFB;
}
</style>
background-color css
<style>
a { background-color: #78CBFB; }
a { background-color: rgb(120,203,251); }
div.DivClassName
{
background-color: #78CBFB;
}
.BgClassName
{
background-color: #78CBFB;
}
</style>
border-color css
<style>
span { border-color: #78CBFB; }
span { border-color: rgb(120,203,251); }
td.TdClassName
{
border-color: #78CBFB;
}
.TagClassName
{
border-color: #78CBFB;
}
</style>