Shades of Maya Blue #66BDF5
Tints of Maya Blue #66BDF5
RGB
CMYK
RGB Variations
Color information
#66BDF5 (or 0x66BDF5) is known color: Maya Blue. HEX triplet: 66, BD and F5. RGB value is (102,189,245). Sum of RGB (Red+Green+Blue) = 102+189+245=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 245 (96.09% from 255 or 45.71% from 536); Max value from RGB is 245 - color contains mainly: blue. Hex color #66BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF5 is #99420A. Grayscale: #A9A9A9. Windows color (decimal): -10043915 or 16104806. OLE color: 16104806.
HSL color Cylindrical-coordinate representation of color #66BDF5: hue angle of 203.5º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BDF5 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 189 | 245 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.04 |
| HSL | 203.5º | 0.88% | 0.68% | - |
| HSV(B) | 203.5º | 0.58% | 0.96% | - |
| XYZ | 40.16 | 45.81 | 93.11 | - |
| YUV | 169.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 245 | 0.58 | 0.23 | 0 | 0.04 | 203.5 | 0.88 | 0.68 |
| Hex | 66 | BD | F5 | 3A | 17 | 0 | 4 | CB | 58 | 44 |
| Octal | 146 | 275 | 365 | 72 | 27 | 0 | 4 | 313 | 130 | 104 |
| Binary | 1100110 | 10111101 | 11110101 | 111010 | 10111 | 0 | 100 | 11001011 | 1011000 | 1000100 |
Color Harmonies of #66BDF5
Complementary color
Monochromatic Colors of #66BDF5
Black with #66BDF5
Text Example
Text Example
White with #66BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDF5; }
p { color: rgb(102,189,245); }
H1.HeaderClassName
{
color: #66BDF5;
}
.AnyTagClassName
{
color: #66BDF5;
}
</style>
background-color css
<style>
a { background-color: #66BDF5; }
a { background-color: rgb(102,189,245); }
div.DivClassName
{
background-color: #66BDF5;
}
.BgClassName
{
background-color: #66BDF5;
}
</style>
border-color css
<style>
span { border-color: #66BDF5; }
span { border-color: rgb(102,189,245); }
td.TdClassName
{
border-color: #66BDF5;
}
.TagClassName
{
border-color: #66BDF5;
}
</style>