Shades of Maya Blue #77CDFC
Tints of Maya Blue #77CDFC
RGB
CMYK
RGB Variations
Color information
#77CDFC (or 0x77CDFC) is known color: Maya Blue. HEX triplet: 77, CD and FC. RGB value is (119,205,252). Sum of RGB (Red+Green+Blue) = 119+205+252=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #77CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDFC is #883203. Grayscale: #B8B8B8. Windows color (decimal): -8925700 or 16567671. OLE color: 16567671.
HSL color Cylindrical-coordinate representation of color #77CDFC: hue angle of 201.2º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77CDFC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 205 | 252 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.01 |
| HSL | 201.2º | 0.96% | 0.73% | - |
| HSV(B) | 201.2º | 0.53% | 0.99% | - |
| XYZ | 47.01 | 54.61 | 100.16 | - |
| YUV | 184.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 252 | 0.53 | 0.19 | 0 | 0.01 | 201.2 | 0.96 | 0.73 |
| Hex | 77 | CD | FC | 35 | 13 | 0 | 1 | C9 | 60 | 49 |
| Octal | 167 | 315 | 374 | 65 | 23 | 0 | 1 | 311 | 140 | 111 |
| Binary | 1110111 | 11001101 | 11111100 | 110101 | 10011 | 0 | 1 | 11001001 | 1100000 | 1001001 |
Color Harmonies of #77CDFC
Complementary color
Monochromatic Colors of #77CDFC
Black with #77CDFC
Text Example
Text Example
White with #77CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CDFC; }
p { color: rgb(119,205,252); }
H1.HeaderClassName
{
color: #77CDFC;
}
.AnyTagClassName
{
color: #77CDFC;
}
</style>
background-color css
<style>
a { background-color: #77CDFC; }
a { background-color: rgb(119,205,252); }
div.DivClassName
{
background-color: #77CDFC;
}
.BgClassName
{
background-color: #77CDFC;
}
</style>
border-color css
<style>
span { border-color: #77CDFC; }
span { border-color: rgb(119,205,252); }
td.TdClassName
{
border-color: #77CDFC;
}
.TagClassName
{
border-color: #77CDFC;
}
</style>