Shades of Maya Blue #6CD5FF
Tints of Maya Blue #6CD5FF
RGB
CMYK
RGB Variations
Color information
#6CD5FF (or 0x6CD5FF) is known color: Maya Blue. HEX triplet: 6C, D5 and FF. RGB value is (108,213,255). Sum of RGB (Red+Green+Blue) = 108+213+255=576 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.75% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CD5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD5FF is #932A00. Grayscale: #BABABA. Windows color (decimal): -9644545 or 16766316. OLE color: 16766316.
HSL color Cylindrical-coordinate representation of color #6CD5FF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6CD5FF is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 213 | 255 | - |
| CMYK | 0.58 | 0.16 | 0 | 0 |
| HSL | 197.14º | 1% | 0.71% | - |
| HSV(B) | 197.14º | 0.58% | 1% | - |
| XYZ | 48.03 | 58 | 103.27 | - |
| YUV | 186.39 | 166.71 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 213 | 255 | 0.58 | 0.16 | 0 | 0 | 197.14 | 1 | 0.71 |
| Hex | 6C | D5 | FF | 3A | 10 | 0 | 0 | C5 | 64 | 47 |
| Octal | 154 | 325 | 377 | 72 | 20 | 0 | 0 | 305 | 144 | 107 |
| Binary | 1101100 | 11010101 | 11111111 | 111010 | 10000 | 0 | 0 | 11000101 | 1100100 | 1000111 |
Color Harmonies of #6CD5FF
Complementary color
Monochromatic Colors of #6CD5FF
Black with #6CD5FF
Text Example
Text Example
White with #6CD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD5FF; }
p { color: rgb(108,213,255); }
H1.HeaderClassName
{
color: #6CD5FF;
}
.AnyTagClassName
{
color: #6CD5FF;
}
</style>
background-color css
<style>
a { background-color: #6CD5FF; }
a { background-color: rgb(108,213,255); }
div.DivClassName
{
background-color: #6CD5FF;
}
.BgClassName
{
background-color: #6CD5FF;
}
</style>
border-color css
<style>
span { border-color: #6CD5FF; }
span { border-color: rgb(108,213,255); }
td.TdClassName
{
border-color: #6CD5FF;
}
.TagClassName
{
border-color: #6CD5FF;
}
</style>