Shades of Maya Blue #5CCBFC
Tints of Maya Blue #5CCBFC
RGB
CMYK
RGB Variations
Color information
#5CCBFC (or 0x5CCBFC) is known color: Maya Blue. HEX triplet: 5C, CB and FC. RGB value is (92,203,252). Sum of RGB (Red+Green+Blue) = 92+203+252=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #5CCBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CCBFC is #A33403. Grayscale: #AFAFAF. Windows color (decimal): -10695684 or 16567132. OLE color: 16567132.
HSL color Cylindrical-coordinate representation of color #5CCBFC: hue angle of 198.38º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CCBFC is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 92 | 203 | 252 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.01 |
| HSL | 198.38º | 0.96% | 0.67% | - |
| HSV(B) | 198.38º | 0.63% | 0.99% | - |
| XYZ | 43.34 | 52.02 | 99.85 | - |
| YUV | 175.4 | 171.23 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 252 | 0.63 | 0.19 | 0 | 0.01 | 198.38 | 0.96 | 0.67 |
| Hex | 5C | CB | FC | 3F | 13 | 0 | 1 | C6 | 60 | 43 |
| Octal | 134 | 313 | 374 | 77 | 23 | 0 | 1 | 306 | 140 | 103 |
| Binary | 1011100 | 11001011 | 11111100 | 111111 | 10011 | 0 | 1 | 11000110 | 1100000 | 1000011 |
Color Harmonies of #5CCBFC
Complementary color
Monochromatic Colors of #5CCBFC
Black with #5CCBFC
Text Example
Text Example
White with #5CCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBFC; }
p { color: rgb(92,203,252); }
H1.HeaderClassName
{
color: #5CCBFC;
}
.AnyTagClassName
{
color: #5CCBFC;
}
</style>
background-color css
<style>
a { background-color: #5CCBFC; }
a { background-color: rgb(92,203,252); }
div.DivClassName
{
background-color: #5CCBFC;
}
.BgClassName
{
background-color: #5CCBFC;
}
</style>
border-color css
<style>
span { border-color: #5CCBFC; }
span { border-color: rgb(92,203,252); }
td.TdClassName
{
border-color: #5CCBFC;
}
.TagClassName
{
border-color: #5CCBFC;
}
</style>