Shades of Maya Blue #6CCFFF
Tints of Maya Blue #6CCFFF
RGB
CMYK
RGB Variations
Color information
#6CCFFF (or 0x6CCFFF) is known color: Maya Blue. HEX triplet: 6C, CF and FF. RGB value is (108,207,255). Sum of RGB (Red+Green+Blue) = 108+207+255=570 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.95% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCFFF is #933000. Grayscale: #B6B6B6. Windows color (decimal): -9646081 or 16764780. OLE color: 16764780.
HSL color Cylindrical-coordinate representation of color #6CCFFF: hue angle of 199.59º 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 #6CCFFF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 207 | 255 | - |
| CMYK | 0.58 | 0.19 | 0 | 0 |
| HSL | 199.59º | 1% | 0.71% | - |
| HSV(B) | 199.59º | 0.58% | 1% | - |
| XYZ | 46.55 | 55.03 | 102.78 | - |
| YUV | 182.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 207 | 255 | 0.58 | 0.19 | 0 | 0 | 199.59 | 1 | 0.71 |
| Hex | 6C | CF | FF | 3A | 13 | 0 | 0 | C8 | 64 | 47 |
| Octal | 154 | 317 | 377 | 72 | 23 | 0 | 0 | 310 | 144 | 107 |
| Binary | 1101100 | 11001111 | 11111111 | 111010 | 10011 | 0 | 0 | 11001000 | 1100100 | 1000111 |
Color Harmonies of #6CCFFF
Complementary color
Monochromatic Colors of #6CCFFF
Black with #6CCFFF
Text Example
Text Example
White with #6CCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCFFF; }
p { color: rgb(108,207,255); }
H1.HeaderClassName
{
color: #6CCFFF;
}
.AnyTagClassName
{
color: #6CCFFF;
}
</style>
background-color css
<style>
a { background-color: #6CCFFF; }
a { background-color: rgb(108,207,255); }
div.DivClassName
{
background-color: #6CCFFF;
}
.BgClassName
{
background-color: #6CCFFF;
}
</style>
border-color css
<style>
span { border-color: #6CCFFF; }
span { border-color: rgb(108,207,255); }
td.TdClassName
{
border-color: #6CCFFF;
}
.TagClassName
{
border-color: #6CCFFF;
}
</style>