Shades of Maya Blue #6CCCF2
Tints of Maya Blue #6CCCF2
RGB
CMYK
RGB Variations
Color information
#6CCCF2 (or 0x6CCCF2) is known color: Maya Blue. HEX triplet: 6C, CC and F2. RGB value is (108,204,242). Sum of RGB (Red+Green+Blue) = 108+204+242=554 (73% of max value = 765). Red value is 108 (42.58% from 255 or 19.49% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CCCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CCCF2 is #93330D. Grayscale: #B3B3B3. Windows color (decimal): -9646862 or 15912044. OLE color: 15912044.
HSL color Cylindrical-coordinate representation of color #6CCCF2: hue angle of 197.01º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CCCF2 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 204 | 242 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.05 |
| HSL | 197.01º | 0.84% | 0.69% | - |
| HSV(B) | 197.01º | 0.55% | 0.95% | - |
| XYZ | 43.8 | 52.78 | 91.88 | - |
| YUV | 179.63 | 163.2 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 242 | 0.55 | 0.16 | 0 | 0.05 | 197.01 | 0.84 | 0.69 |
| Hex | 6C | CC | F2 | 37 | 10 | 0 | 5 | C5 | 54 | 45 |
| Octal | 154 | 314 | 362 | 67 | 20 | 0 | 5 | 305 | 124 | 105 |
| Binary | 1101100 | 11001100 | 11110010 | 110111 | 10000 | 0 | 101 | 11000101 | 1010100 | 1000101 |
Color Harmonies of #6CCCF2
Complementary color
Monochromatic Colors of #6CCCF2
Black with #6CCCF2
Text Example
Text Example
White with #6CCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCF2; }
p { color: rgb(108,204,242); }
H1.HeaderClassName
{
color: #6CCCF2;
}
.AnyTagClassName
{
color: #6CCCF2;
}
</style>
background-color css
<style>
a { background-color: #6CCCF2; }
a { background-color: rgb(108,204,242); }
div.DivClassName
{
background-color: #6CCCF2;
}
.BgClassName
{
background-color: #6CCCF2;
}
</style>
border-color css
<style>
span { border-color: #6CCCF2; }
span { border-color: rgb(108,204,242); }
td.TdClassName
{
border-color: #6CCCF2;
}
.TagClassName
{
border-color: #6CCCF2;
}
</style>