Shades of Maya Blue #77CBFE
Tints of Maya Blue #77CBFE
RGB
CMYK
RGB Variations
Color information
#77CBFE (or 0x77CBFE) is known color: Maya Blue. HEX triplet: 77, CB and FE. RGB value is (119,203,254). Sum of RGB (Red+Green+Blue) = 119+203+254=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #77CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CBFE is #883401. Grayscale: #B7B7B7. Windows color (decimal): -8926210 or 16698231. OLE color: 16698231.
HSL color Cylindrical-coordinate representation of color #77CBFE: hue angle of 202.67º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CBFE is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 203 | 254 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.00 |
| HSL | 202.67º | 0.99% | 0.73% | - |
| HSV(B) | 202.67º | 0.53% | 1% | - |
| XYZ | 46.85 | 53.79 | 101.68 | - |
| YUV | 183.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 254 | 0.53 | 0.20 | 0 | 0.00 | 202.67 | 0.99 | 0.73 |
| Hex | 77 | CB | FE | 35 | 14 | 0 | 0 | CB | 63 | 49 |
| Octal | 167 | 313 | 376 | 65 | 24 | 0 | 0 | 313 | 143 | 111 |
| Binary | 1110111 | 11001011 | 11111110 | 110101 | 10100 | 0 | 0 | 11001011 | 1100011 | 1001001 |
Color Harmonies of #77CBFE
Complementary color
Monochromatic Colors of #77CBFE
Black with #77CBFE
Text Example
Text Example
White with #77CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CBFE; }
p { color: rgb(119,203,254); }
H1.HeaderClassName
{
color: #77CBFE;
}
.AnyTagClassName
{
color: #77CBFE;
}
</style>
background-color css
<style>
a { background-color: #77CBFE; }
a { background-color: rgb(119,203,254); }
div.DivClassName
{
background-color: #77CBFE;
}
.BgClassName
{
background-color: #77CBFE;
}
</style>
border-color css
<style>
span { border-color: #77CBFE; }
span { border-color: rgb(119,203,254); }
td.TdClassName
{
border-color: #77CBFE;
}
.TagClassName
{
border-color: #77CBFE;
}
</style>