Shades of Maya Blue #5CCDFF
Tints of Maya Blue #5CCDFF
RGB
CMYK
RGB Variations
Color information
#5CCDFF (or 0x5CCDFF) is known color: Maya Blue. HEX triplet: 5C, CD and FF. RGB value is (92,205,255). Sum of RGB (Red+Green+Blue) = 92+205+255=552 (73% of max value = 765). Red value is 92 (36.33% from 255 or 16.67% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CCDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCDFF is #A33200. Grayscale: #B0B0B0. Windows color (decimal): -10695169 or 16764252. OLE color: 16764252.
HSL color Cylindrical-coordinate representation of color #5CCDFF: hue angle of 198.4º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5CCDFF is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 205 | 255 | - |
| CMYK | 0.64 | 0.20 | 0 | 0 |
| HSL | 198.4º | 1% | 0.68% | - |
| HSV(B) | 198.4º | 0.64% | 1% | - |
| XYZ | 44.29 | 53.16 | 102.53 | - |
| YUV | 176.91 | 172.06 | 67.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 205 | 255 | 0.64 | 0.20 | 0 | 0 | 198.4 | 1 | 0.68 |
| Hex | 5C | CD | FF | 40 | 14 | 0 | 0 | C6 | 64 | 44 |
| Octal | 134 | 315 | 377 | 100 | 24 | 0 | 0 | 306 | 144 | 104 |
| Binary | 1011100 | 11001101 | 11111111 | 1000000 | 10100 | 0 | 0 | 11000110 | 1100100 | 1000100 |
Color Harmonies of #5CCDFF
Complementary color
Monochromatic Colors of #5CCDFF
Black with #5CCDFF
Text Example
Text Example
White with #5CCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCDFF; }
p { color: rgb(92,205,255); }
H1.HeaderClassName
{
color: #5CCDFF;
}
.AnyTagClassName
{
color: #5CCDFF;
}
</style>
background-color css
<style>
a { background-color: #5CCDFF; }
a { background-color: rgb(92,205,255); }
div.DivClassName
{
background-color: #5CCDFF;
}
.BgClassName
{
background-color: #5CCDFF;
}
</style>
border-color css
<style>
span { border-color: #5CCDFF; }
span { border-color: rgb(92,205,255); }
td.TdClassName
{
border-color: #5CCDFF;
}
.TagClassName
{
border-color: #5CCDFF;
}
</style>