Shades of Maya Blue #66BDFE
Tints of Maya Blue #66BDFE
RGB
CMYK
RGB Variations
Color information
#66BDFE (or 0x66BDFE) is known color: Maya Blue. HEX triplet: 66, BD and FE. RGB value is (102,189,254). Sum of RGB (Red+Green+Blue) = 102+189+254=545 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.72% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #66BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDFE is #994201. Grayscale: #AAAAAA. Windows color (decimal): -10043906 or 16694630. OLE color: 16694630.
HSL color Cylindrical-coordinate representation of color #66BDFE: hue angle of 205.66º 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 #66BDFE is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 189 | 254 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.00 |
| HSL | 205.66º | 0.99% | 0.7% | - |
| HSV(B) | 205.66º | 0.6% | 1% | - |
| XYZ | 41.57 | 46.38 | 100.53 | - |
| YUV | 170.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 254 | 0.60 | 0.26 | 0 | 0.00 | 205.66 | 0.99 | 0.7 |
| Hex | 66 | BD | FE | 3C | 1A | 0 | 0 | CE | 63 | 46 |
| Octal | 146 | 275 | 376 | 74 | 32 | 0 | 0 | 316 | 143 | 106 |
| Binary | 1100110 | 10111101 | 11111110 | 111100 | 11010 | 0 | 0 | 11001110 | 1100011 | 1000110 |
Color Harmonies of #66BDFE
Complementary color
Monochromatic Colors of #66BDFE
Black with #66BDFE
Text Example
Text Example
White with #66BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDFE; }
p { color: rgb(102,189,254); }
H1.HeaderClassName
{
color: #66BDFE;
}
.AnyTagClassName
{
color: #66BDFE;
}
</style>
background-color css
<style>
a { background-color: #66BDFE; }
a { background-color: rgb(102,189,254); }
div.DivClassName
{
background-color: #66BDFE;
}
.BgClassName
{
background-color: #66BDFE;
}
</style>
border-color css
<style>
span { border-color: #66BDFE; }
span { border-color: rgb(102,189,254); }
td.TdClassName
{
border-color: #66BDFE;
}
.TagClassName
{
border-color: #66BDFE;
}
</style>