Shades of Maya Blue #66ABFE
Tints of Maya Blue #66ABFE
RGB
CMYK
RGB Variations
Color information
#66ABFE (or 0x66ABFE) is known color: Maya Blue. HEX triplet: 66, AB and FE. RGB value is (102,171,254). Sum of RGB (Red+Green+Blue) = 102+171+254=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #66ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABFE is #995401. Grayscale: #9F9F9F. Windows color (decimal): -10048514 or 16690022. OLE color: 16690022.
HSL color Cylindrical-coordinate representation of color #66ABFE: hue angle of 212.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66ABFE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 171 | 254 | - |
| CMYK | 0.60 | 0.33 | 0 | 0.00 |
| HSL | 212.76º | 0.99% | 0.7% | - |
| HSV(B) | 212.76º | 0.6% | 1% | - |
| XYZ | 37.93 | 39.11 | 99.31 | - |
| YUV | 159.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 254 | 0.60 | 0.33 | 0 | 0.00 | 212.76 | 0.99 | 0.7 |
| Hex | 66 | AB | FE | 3C | 21 | 0 | 0 | D5 | 63 | 46 |
| Octal | 146 | 253 | 376 | 74 | 41 | 0 | 0 | 325 | 143 | 106 |
| Binary | 1100110 | 10101011 | 11111110 | 111100 | 100001 | 0 | 0 | 11010101 | 1100011 | 1000110 |
Color Harmonies of #66ABFE
Complementary color
Monochromatic Colors of #66ABFE
Black with #66ABFE
Text Example
Text Example
White with #66ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABFE; }
p { color: rgb(102,171,254); }
H1.HeaderClassName
{
color: #66ABFE;
}
.AnyTagClassName
{
color: #66ABFE;
}
</style>
background-color css
<style>
a { background-color: #66ABFE; }
a { background-color: rgb(102,171,254); }
div.DivClassName
{
background-color: #66ABFE;
}
.BgClassName
{
background-color: #66ABFE;
}
</style>
border-color css
<style>
span { border-color: #66ABFE; }
span { border-color: rgb(102,171,254); }
td.TdClassName
{
border-color: #66ABFE;
}
.TagClassName
{
border-color: #66ABFE;
}
</style>