Shades of Maya Blue #66CDF3
Tints of Maya Blue #66CDF3
RGB
CMYK
RGB Variations
Color information
#66CDF3 (or 0x66CDF3) is known color: Maya Blue. HEX triplet: 66, CD and F3. RGB value is (102,205,243). Sum of RGB (Red+Green+Blue) = 102+205+243=550 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.55% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #66CDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CDF3 is #99320C. Grayscale: #B2B2B2. Windows color (decimal): -10039821 or 15977830. OLE color: 15977830.
HSL color Cylindrical-coordinate representation of color #66CDF3: hue angle of 196.17º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66CDF3 is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 205 | 243 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.05 |
| HSL | 196.17º | 0.85% | 0.68% | - |
| HSV(B) | 196.17º | 0.58% | 0.95% | - |
| XYZ | 43.49 | 52.96 | 92.72 | - |
| YUV | 178.54 | 164.38 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 243 | 0.58 | 0.16 | 0 | 0.05 | 196.17 | 0.85 | 0.68 |
| Hex | 66 | CD | F3 | 3A | 10 | 0 | 5 | C4 | 55 | 44 |
| Octal | 146 | 315 | 363 | 72 | 20 | 0 | 5 | 304 | 125 | 104 |
| Binary | 1100110 | 11001101 | 11110011 | 111010 | 10000 | 0 | 101 | 11000100 | 1010101 | 1000100 |
Color Harmonies of #66CDF3
Complementary color
Monochromatic Colors of #66CDF3
Black with #66CDF3
Text Example
Text Example
White with #66CDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDF3; }
p { color: rgb(102,205,243); }
H1.HeaderClassName
{
color: #66CDF3;
}
.AnyTagClassName
{
color: #66CDF3;
}
</style>
background-color css
<style>
a { background-color: #66CDF3; }
a { background-color: rgb(102,205,243); }
div.DivClassName
{
background-color: #66CDF3;
}
.BgClassName
{
background-color: #66CDF3;
}
</style>
border-color css
<style>
span { border-color: #66CDF3; }
span { border-color: rgb(102,205,243); }
td.TdClassName
{
border-color: #66CDF3;
}
.TagClassName
{
border-color: #66CDF3;
}
</style>