Shades of Maya Blue #77CBF6
Tints of Maya Blue #77CBF6
RGB
CMYK
RGB Variations
Color information
#77CBF6 (or 0x77CBF6) is known color: Maya Blue. HEX triplet: 77, CB and F6. RGB value is (119,203,246). Sum of RGB (Red+Green+Blue) = 119+203+246=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #77CBF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CBF6 is #883409. Grayscale: #B6B6B6. Windows color (decimal): -8926218 or 16173943. OLE color: 16173943.
HSL color Cylindrical-coordinate representation of color #77CBF6: hue angle of 200.31º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77CBF6 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 203 | 246 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.04 |
| HSL | 200.32º | 0.88% | 0.72% | - |
| HSV(B) | 200.32º | 0.52% | 0.96% | - |
| XYZ | 45.6 | 53.29 | 95.07 | - |
| YUV | 182.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 246 | 0.52 | 0.17 | 0 | 0.04 | 200.32 | 0.88 | 0.72 |
| Hex | 77 | CB | F6 | 34 | 11 | 0 | 4 | C8 | 58 | 48 |
| Octal | 167 | 313 | 366 | 64 | 21 | 0 | 4 | 310 | 130 | 110 |
| Binary | 1110111 | 11001011 | 11110110 | 110100 | 10001 | 0 | 100 | 11001000 | 1011000 | 1001000 |
Color Harmonies of #77CBF6
Complementary color
Monochromatic Colors of #77CBF6
Black with #77CBF6
Text Example
Text Example
White with #77CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBF6; }
p { color: rgb(119,203,246); }
H1.HeaderClassName
{
color: #77CBF6;
}
.AnyTagClassName
{
color: #77CBF6;
}
</style>
background-color css
<style>
a { background-color: #77CBF6; }
a { background-color: rgb(119,203,246); }
div.DivClassName
{
background-color: #77CBF6;
}
.BgClassName
{
background-color: #77CBF6;
}
</style>
border-color css
<style>
span { border-color: #77CBF6; }
span { border-color: rgb(119,203,246); }
td.TdClassName
{
border-color: #77CBF6;
}
.TagClassName
{
border-color: #77CBF6;
}
</style>