Shades of Maya Blue #5CBFF6
Tints of Maya Blue #5CBFF6
RGB
CMYK
RGB Variations
Color information
#5CBFF6 (or 0x5CBFF6) is known color: Maya Blue. HEX triplet: 5C, BF and F6. RGB value is (92,191,246). Sum of RGB (Red+Green+Blue) = 92+191+246=529 (70% of max value = 765). Red value is 92 (36.33% from 255 or 17.39% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #5CBFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5CBFF6 is #A34009. Grayscale: #A7A7A7. Windows color (decimal): -10698762 or 16170844. OLE color: 16170844.
HSL color Cylindrical-coordinate representation of color #5CBFF6: hue angle of 201.43º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CBFF6 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 191 | 246 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.04 |
| HSL | 201.43º | 0.9% | 0.66% | - |
| HSV(B) | 201.43º | 0.63% | 0.96% | - |
| XYZ | 39.68 | 46.19 | 94.01 | - |
| YUV | 167.67 | 172.2 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 246 | 0.63 | 0.22 | 0 | 0.04 | 201.43 | 0.9 | 0.66 |
| Hex | 5C | BF | F6 | 3F | 16 | 0 | 4 | C9 | 5A | 42 |
| Octal | 134 | 277 | 366 | 77 | 26 | 0 | 4 | 311 | 132 | 102 |
| Binary | 1011100 | 10111111 | 11110110 | 111111 | 10110 | 0 | 100 | 11001001 | 1011010 | 1000010 |
Color Harmonies of #5CBFF6
Complementary color
Monochromatic Colors of #5CBFF6
Black with #5CBFF6
Text Example
Text Example
White with #5CBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBFF6; }
p { color: rgb(92,191,246); }
H1.HeaderClassName
{
color: #5CBFF6;
}
.AnyTagClassName
{
color: #5CBFF6;
}
</style>
background-color css
<style>
a { background-color: #5CBFF6; }
a { background-color: rgb(92,191,246); }
div.DivClassName
{
background-color: #5CBFF6;
}
.BgClassName
{
background-color: #5CBFF6;
}
</style>
border-color css
<style>
span { border-color: #5CBFF6; }
span { border-color: rgb(92,191,246); }
td.TdClassName
{
border-color: #5CBFF6;
}
.TagClassName
{
border-color: #5CBFF6;
}
</style>