Shades of Maya Blue #6CCEFF
Tints of Maya Blue #6CCEFF
RGB
CMYK
RGB Variations
Color information
#6CCEFF (or 0x6CCEFF) is known color: Maya Blue. HEX triplet: 6C, CE and FF. RGB value is (108,206,255). Sum of RGB (Red+Green+Blue) = 108+206+255=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CCEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCEFF is #933100. Grayscale: #B5B5B5. Windows color (decimal): -9646337 or 16764524. OLE color: 16764524.
HSL color Cylindrical-coordinate representation of color #6CCEFF: hue angle of 200º 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 #6CCEFF is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 206 | 255 | - |
| CMYK | 0.58 | 0.19 | 0 | 0 |
| HSL | 200º | 1% | 0.71% | - |
| HSV(B) | 200º | 0.58% | 1% | - |
| XYZ | 46.31 | 54.55 | 102.7 | - |
| YUV | 182.28 | 169.03 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 255 | 0.58 | 0.19 | 0 | 0 | 200 | 1 | 0.71 |
| Hex | 6C | CE | FF | 3A | 13 | 0 | 0 | C8 | 64 | 47 |
| Octal | 154 | 316 | 377 | 72 | 23 | 0 | 0 | 310 | 144 | 107 |
| Binary | 1101100 | 11001110 | 11111111 | 111010 | 10011 | 0 | 0 | 11001000 | 1100100 | 1000111 |
Color Harmonies of #6CCEFF
Complementary color
Monochromatic Colors of #6CCEFF
Black with #6CCEFF
Text Example
Text Example
White with #6CCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEFF; }
p { color: rgb(108,206,255); }
H1.HeaderClassName
{
color: #6CCEFF;
}
.AnyTagClassName
{
color: #6CCEFF;
}
</style>
background-color css
<style>
a { background-color: #6CCEFF; }
a { background-color: rgb(108,206,255); }
div.DivClassName
{
background-color: #6CCEFF;
}
.BgClassName
{
background-color: #6CCEFF;
}
</style>
border-color css
<style>
span { border-color: #6CCEFF; }
span { border-color: rgb(108,206,255); }
td.TdClassName
{
border-color: #6CCEFF;
}
.TagClassName
{
border-color: #6CCEFF;
}
</style>