Shades of Maya Blue #66ABFD
Tints of Maya Blue #66ABFD
RGB
CMYK
RGB Variations
Color information
#66ABFD (or 0x66ABFD) is known color: Maya Blue. HEX triplet: 66, AB and FD. RGB value is (102,171,253). Sum of RGB (Red+Green+Blue) = 102+171+253=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #66ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABFD is #995402. Grayscale: #9F9F9F. Windows color (decimal): -10048515 or 16624486. OLE color: 16624486.
HSL color Cylindrical-coordinate representation of color #66ABFD: hue angle of 212.58º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66ABFD is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 171 | 253 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.01 |
| HSL | 212.58º | 0.97% | 0.7% | - |
| HSV(B) | 212.58º | 0.6% | 0.99% | - |
| XYZ | 37.77 | 39.04 | 98.47 | - |
| YUV | 159.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 253 | 0.60 | 0.32 | 0 | 0.01 | 212.58 | 0.97 | 0.7 |
| Hex | 66 | AB | FD | 3C | 20 | 0 | 1 | D5 | 61 | 46 |
| Octal | 146 | 253 | 375 | 74 | 40 | 0 | 1 | 325 | 141 | 106 |
| Binary | 1100110 | 10101011 | 11111101 | 111100 | 100000 | 0 | 1 | 11010101 | 1100001 | 1000110 |
Color Harmonies of #66ABFD
Complementary color
Monochromatic Colors of #66ABFD
Black with #66ABFD
Text Example
Text Example
White with #66ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABFD; }
p { color: rgb(102,171,253); }
H1.HeaderClassName
{
color: #66ABFD;
}
.AnyTagClassName
{
color: #66ABFD;
}
</style>
background-color css
<style>
a { background-color: #66ABFD; }
a { background-color: rgb(102,171,253); }
div.DivClassName
{
background-color: #66ABFD;
}
.BgClassName
{
background-color: #66ABFD;
}
</style>
border-color css
<style>
span { border-color: #66ABFD; }
span { border-color: rgb(102,171,253); }
td.TdClassName
{
border-color: #66ABFD;
}
.TagClassName
{
border-color: #66ABFD;
}
</style>