Shades of Maya Blue #66ADF8
Tints of Maya Blue #66ADF8
RGB
CMYK
RGB Variations
Color information
#66ADF8 (or 0x66ADF8) is known color: Maya Blue. HEX triplet: 66, AD and F8. RGB value is (102,173,248). Sum of RGB (Red+Green+Blue) = 102+173+248=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #66ADF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADF8 is #995207. Grayscale: #9F9F9F. Windows color (decimal): -10048008 or 16297318. OLE color: 16297318.
HSL color Cylindrical-coordinate representation of color #66ADF8: hue angle of 210.82º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66ADF8 is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 173 | 248 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.03 |
| HSL | 210.82º | 0.91% | 0.69% | - |
| HSV(B) | 210.82º | 0.59% | 0.97% | - |
| XYZ | 37.37 | 39.49 | 94.46 | - |
| YUV | 160.32 | 177.48 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 248 | 0.59 | 0.30 | 0 | 0.03 | 210.82 | 0.91 | 0.69 |
| Hex | 66 | AD | F8 | 3B | 1E | 0 | 3 | D3 | 5B | 45 |
| Octal | 146 | 255 | 370 | 73 | 36 | 0 | 3 | 323 | 133 | 105 |
| Binary | 1100110 | 10101101 | 11111000 | 111011 | 11110 | 0 | 11 | 11010011 | 1011011 | 1000101 |
Color Harmonies of #66ADF8
Complementary color
Monochromatic Colors of #66ADF8
Black with #66ADF8
Text Example
Text Example
White with #66ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADF8; }
p { color: rgb(102,173,248); }
H1.HeaderClassName
{
color: #66ADF8;
}
.AnyTagClassName
{
color: #66ADF8;
}
</style>
background-color css
<style>
a { background-color: #66ADF8; }
a { background-color: rgb(102,173,248); }
div.DivClassName
{
background-color: #66ADF8;
}
.BgClassName
{
background-color: #66ADF8;
}
</style>
border-color css
<style>
span { border-color: #66ADF8; }
span { border-color: rgb(102,173,248); }
td.TdClassName
{
border-color: #66ADF8;
}
.TagClassName
{
border-color: #66ADF8;
}
</style>