Shades of Maya Blue #66BCFF
Tints of Maya Blue #66BCFF
RGB
CMYK
RGB Variations
Color information
#66BCFF (or 0x66BCFF) is known color: Maya Blue. HEX triplet: 66, BC and FF. RGB value is (102,188,255). Sum of RGB (Red+Green+Blue) = 102+188+255=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #66BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BCFF is #994300. Grayscale: #A9A9A9. Windows color (decimal): -10044161 or 16759910. OLE color: 16759910.
HSL color Cylindrical-coordinate representation of color #66BCFF: hue angle of 206.27º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66BCFF is Cyan = 0.6, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 188 | 255 | - |
| CMYK | 0.6 | 0.26 | 0 | 0 |
| HSL | 206.27º | 1% | 0.7% | - |
| HSV(B) | 206.27º | 0.6% | 1% | - |
| XYZ | 41.51 | 46.01 | 101.3 | - |
| YUV | 169.92 | 176.01 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 255 | 0.6 | 0.26 | 0 | 0 | 206.27 | 1 | 0.7 |
| Hex | 66 | BC | FF | 3C | 1A | 0 | 0 | CE | 64 | 46 |
| Octal | 146 | 274 | 377 | 74 | 32 | 0 | 0 | 316 | 144 | 106 |
| Binary | 1100110 | 10111100 | 11111111 | 111100 | 11010 | 0 | 0 | 11001110 | 1100100 | 1000110 |
Color Harmonies of #66BCFF
Complementary color
Monochromatic Colors of #66BCFF
Black with #66BCFF
Text Example
Text Example
White with #66BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCFF; }
p { color: rgb(102,188,255); }
H1.HeaderClassName
{
color: #66BCFF;
}
.AnyTagClassName
{
color: #66BCFF;
}
</style>
background-color css
<style>
a { background-color: #66BCFF; }
a { background-color: rgb(102,188,255); }
div.DivClassName
{
background-color: #66BCFF;
}
.BgClassName
{
background-color: #66BCFF;
}
</style>
border-color css
<style>
span { border-color: #66BCFF; }
span { border-color: rgb(102,188,255); }
td.TdClassName
{
border-color: #66BCFF;
}
.TagClassName
{
border-color: #66BCFF;
}
</style>