Shades of Maya Blue #6CD2FF
Tints of Maya Blue #6CD2FF
RGB
CMYK
RGB Variations
Color information
#6CD2FF (or 0x6CD2FF) is known color: Maya Blue. HEX triplet: 6C, D2 and FF. RGB value is (108,210,255). Sum of RGB (Red+Green+Blue) = 108+210+255=573 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.85% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CD2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CD2FF is #932D00. Grayscale: #B8B8B8. Windows color (decimal): -9645313 or 16765548. OLE color: 16765548.
HSL color Cylindrical-coordinate representation of color #6CD2FF: hue angle of 198.37º 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 #6CD2FF is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 210 | 255 | - |
| CMYK | 0.58 | 0.18 | 0 | 0 |
| HSL | 198.37º | 1% | 0.71% | - |
| HSV(B) | 198.37º | 0.58% | 1% | - |
| XYZ | 47.28 | 56.5 | 103.02 | - |
| YUV | 184.63 | 167.71 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 255 | 0.58 | 0.18 | 0 | 0 | 198.37 | 1 | 0.71 |
| Hex | 6C | D2 | FF | 3A | 12 | 0 | 0 | C6 | 64 | 47 |
| Octal | 154 | 322 | 377 | 72 | 22 | 0 | 0 | 306 | 144 | 107 |
| Binary | 1101100 | 11010010 | 11111111 | 111010 | 10010 | 0 | 0 | 11000110 | 1100100 | 1000111 |
Color Harmonies of #6CD2FF
Complementary color
Monochromatic Colors of #6CD2FF
Black with #6CD2FF
Text Example
Text Example
White with #6CD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD2FF; }
p { color: rgb(108,210,255); }
H1.HeaderClassName
{
color: #6CD2FF;
}
.AnyTagClassName
{
color: #6CD2FF;
}
</style>
background-color css
<style>
a { background-color: #6CD2FF; }
a { background-color: rgb(108,210,255); }
div.DivClassName
{
background-color: #6CD2FF;
}
.BgClassName
{
background-color: #6CD2FF;
}
</style>
border-color css
<style>
span { border-color: #6CD2FF; }
span { border-color: rgb(108,210,255); }
td.TdClassName
{
border-color: #6CD2FF;
}
.TagClassName
{
border-color: #6CD2FF;
}
</style>