Shades of Maya Blue #5CCAFF
Tints of Maya Blue #5CCAFF
RGB
CMYK
RGB Variations
Color information
#5CCAFF (or 0x5CCAFF) is known color: Maya Blue. HEX triplet: 5C, CA and FF. RGB value is (92,202,255). Sum of RGB (Red+Green+Blue) = 92+202+255=549 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.76% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #5CCAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCAFF is #A33500. Grayscale: #AEAEAE. Windows color (decimal): -10695937 or 16763484. OLE color: 16763484.
HSL color Cylindrical-coordinate representation of color #5CCAFF: hue angle of 199.51º 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 #5CCAFF is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 92 | 202 | 255 | - |
| CMYK | 0.64 | 0.21 | 0 | 0 |
| HSL | 199.51º | 1% | 0.68% | - |
| HSV(B) | 199.51º | 0.64% | 1% | - |
| XYZ | 43.58 | 51.74 | 102.3 | - |
| YUV | 175.15 | 173.06 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 202 | 255 | 0.64 | 0.21 | 0 | 0 | 199.51 | 1 | 0.68 |
| Hex | 5C | CA | FF | 40 | 15 | 0 | 0 | C8 | 64 | 44 |
| Octal | 134 | 312 | 377 | 100 | 25 | 0 | 0 | 310 | 144 | 104 |
| Binary | 1011100 | 11001010 | 11111111 | 1000000 | 10101 | 0 | 0 | 11001000 | 1100100 | 1000100 |
Color Harmonies of #5CCAFF
Complementary color
Monochromatic Colors of #5CCAFF
Black with #5CCAFF
Text Example
Text Example
White with #5CCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCAFF; }
p { color: rgb(92,202,255); }
H1.HeaderClassName
{
color: #5CCAFF;
}
.AnyTagClassName
{
color: #5CCAFF;
}
</style>
background-color css
<style>
a { background-color: #5CCAFF; }
a { background-color: rgb(92,202,255); }
div.DivClassName
{
background-color: #5CCAFF;
}
.BgClassName
{
background-color: #5CCAFF;
}
</style>
border-color css
<style>
span { border-color: #5CCAFF; }
span { border-color: rgb(92,202,255); }
td.TdClassName
{
border-color: #5CCAFF;
}
.TagClassName
{
border-color: #5CCAFF;
}
</style>