Shades of Maya Blue #66AEFE
Tints of Maya Blue #66AEFE
RGB
CMYK
RGB Variations
Color information
#66AEFE (or 0x66AEFE) is known color: Maya Blue. HEX triplet: 66, AE and FE. RGB value is (102,174,254). Sum of RGB (Red+Green+Blue) = 102+174+254=530 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.25% from 530); Green value is 174 (68.36% from 255 or 32.83% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #66AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66AEFE is #995101. Grayscale: #A1A1A1. Windows color (decimal): -10047746 or 16690790. OLE color: 16690790.
HSL color Cylindrical-coordinate representation of color #66AEFE: hue angle of 211.58º 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 #66AEFE is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 174 | 254 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.00 |
| HSL | 211.58º | 0.99% | 0.7% | - |
| HSV(B) | 211.58º | 0.6% | 1% | - |
| XYZ | 38.5 | 40.25 | 99.51 | - |
| YUV | 161.59 | 180.15 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 254 | 0.60 | 0.31 | 0 | 0.00 | 211.58 | 0.99 | 0.7 |
| Hex | 66 | AE | FE | 3C | 1F | 0 | 0 | D4 | 63 | 46 |
| Octal | 146 | 256 | 376 | 74 | 37 | 0 | 0 | 324 | 143 | 106 |
| Binary | 1100110 | 10101110 | 11111110 | 111100 | 11111 | 0 | 0 | 11010100 | 1100011 | 1000110 |
Color Harmonies of #66AEFE
Complementary color
Monochromatic Colors of #66AEFE
Black with #66AEFE
Text Example
Text Example
White with #66AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AEFE; }
p { color: rgb(102,174,254); }
H1.HeaderClassName
{
color: #66AEFE;
}
.AnyTagClassName
{
color: #66AEFE;
}
</style>
background-color css
<style>
a { background-color: #66AEFE; }
a { background-color: rgb(102,174,254); }
div.DivClassName
{
background-color: #66AEFE;
}
.BgClassName
{
background-color: #66AEFE;
}
</style>
border-color css
<style>
span { border-color: #66AEFE; }
span { border-color: rgb(102,174,254); }
td.TdClassName
{
border-color: #66AEFE;
}
.TagClassName
{
border-color: #66AEFE;
}
</style>