Shades of Maya Blue #5FCEFF
Tints of Maya Blue #5FCEFF
RGB
CMYK
RGB Variations
Color information
#5FCEFF (or 0x5FCEFF) is known color: Maya Blue. HEX triplet: 5F, CE and FF. RGB value is (95,206,255). Sum of RGB (Red+Green+Blue) = 95+206+255=556 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.09% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCEFF is #A03100. Grayscale: #B2B2B2. Windows color (decimal): -10498305 or 16764511. OLE color: 16764511.
HSL color Cylindrical-coordinate representation of color #5FCEFF: hue angle of 198.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FCEFF is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 206 | 255 | - |
| CMYK | 0.63 | 0.19 | 0 | 0 |
| HSL | 198.38º | 1% | 0.69% | - |
| HSV(B) | 198.38º | 0.63% | 1% | - |
| XYZ | 44.84 | 53.8 | 102.63 | - |
| YUV | 178.4 | 171.23 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 206 | 255 | 0.63 | 0.19 | 0 | 0 | 198.38 | 1 | 0.69 |
| Hex | 5F | CE | FF | 3F | 13 | 0 | 0 | C6 | 64 | 45 |
| Octal | 137 | 316 | 377 | 77 | 23 | 0 | 0 | 306 | 144 | 105 |
| Binary | 1011111 | 11001110 | 11111111 | 111111 | 10011 | 0 | 0 | 11000110 | 1100100 | 1000101 |
Color Harmonies of #5FCEFF
Complementary color
Monochromatic Colors of #5FCEFF
Black with #5FCEFF
Text Example
Text Example
White with #5FCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCEFF; }
p { color: rgb(95,206,255); }
H1.HeaderClassName
{
color: #5FCEFF;
}
.AnyTagClassName
{
color: #5FCEFF;
}
</style>
background-color css
<style>
a { background-color: #5FCEFF; }
a { background-color: rgb(95,206,255); }
div.DivClassName
{
background-color: #5FCEFF;
}
.BgClassName
{
background-color: #5FCEFF;
}
</style>
border-color css
<style>
span { border-color: #5FCEFF; }
span { border-color: rgb(95,206,255); }
td.TdClassName
{
border-color: #5FCEFF;
}
.TagClassName
{
border-color: #5FCEFF;
}
</style>