Shades of Maya Blue #58CEFF
Tints of Maya Blue #58CEFF
RGB
CMYK
RGB Variations
Color information
#58CEFF (or 0x58CEFF) is known color: Maya Blue. HEX triplet: 58, CE and FF. RGB value is (88,206,255). Sum of RGB (Red+Green+Blue) = 88+206+255=549 (72% of max value = 765). Red value is 88 (34.77% from 255 or 16.03% from 549); Green value is 206 (80.86% from 255 or 37.52% 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 #58CEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58CEFF is #A73100. Grayscale: #AFAFAF. Windows color (decimal): -10957057 or 16764504. OLE color: 16764504.
HSL color Cylindrical-coordinate representation of color #58CEFF: hue angle of 197.6º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58CEFF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 206 | 255 | - |
| CMYK | 0.65 | 0.19 | 0 | 0 |
| HSL | 197.6º | 1% | 0.67% | - |
| HSV(B) | 197.6º | 0.65% | 1% | - |
| XYZ | 44.15 | 53.44 | 102.6 | - |
| YUV | 176.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 206 | 255 | 0.65 | 0.19 | 0 | 0 | 197.6 | 1 | 0.67 |
| Hex | 58 | CE | FF | 41 | 13 | 0 | 0 | C6 | 64 | 43 |
| Octal | 130 | 316 | 377 | 101 | 23 | 0 | 0 | 306 | 144 | 103 |
| Binary | 1011000 | 11001110 | 11111111 | 1000001 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000011 |
Color Harmonies of #58CEFF
Complementary color
Monochromatic Colors of #58CEFF
Black with #58CEFF
Text Example
Text Example
White with #58CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CEFF; }
p { color: rgb(88,206,255); }
H1.HeaderClassName
{
color: #58CEFF;
}
.AnyTagClassName
{
color: #58CEFF;
}
</style>
background-color css
<style>
a { background-color: #58CEFF; }
a { background-color: rgb(88,206,255); }
div.DivClassName
{
background-color: #58CEFF;
}
.BgClassName
{
background-color: #58CEFF;
}
</style>
border-color css
<style>
span { border-color: #58CEFF; }
span { border-color: rgb(88,206,255); }
td.TdClassName
{
border-color: #58CEFF;
}
.TagClassName
{
border-color: #58CEFF;
}
</style>