Shades of Maya Blue #66BDF9
Tints of Maya Blue #66BDF9
RGB
CMYK
RGB Variations
Color information
#66BDF9 (or 0x66BDF9) is known color: Maya Blue. HEX triplet: 66, BD and F9. RGB value is (102,189,249). Sum of RGB (Red+Green+Blue) = 102+189+249=540 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.89% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 249 (97.66% from 255 or 46.11% from 540); Max value from RGB is 249 - color contains mainly: blue. Hex color #66BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF9 is #994206. Grayscale: #A9A9A9. Windows color (decimal): -10043911 or 16366950. OLE color: 16366950.
HSL color Cylindrical-coordinate representation of color #66BDF9: hue angle of 204.49º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66BDF9 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 189 | 249 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.02 |
| HSL | 204.49º | 0.92% | 0.69% | - |
| HSV(B) | 204.49º | 0.59% | 0.98% | - |
| XYZ | 40.78 | 46.06 | 96.36 | - |
| YUV | 169.83 | 172.68 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 249 | 0.59 | 0.24 | 0 | 0.02 | 204.49 | 0.92 | 0.69 |
| Hex | 66 | BD | F9 | 3B | 18 | 0 | 2 | CC | 5C | 45 |
| Octal | 146 | 275 | 371 | 73 | 30 | 0 | 2 | 314 | 134 | 105 |
| Binary | 1100110 | 10111101 | 11111001 | 111011 | 11000 | 0 | 10 | 11001100 | 1011100 | 1000101 |
Color Harmonies of #66BDF9
Complementary color
Monochromatic Colors of #66BDF9
Black with #66BDF9
Text Example
Text Example
White with #66BDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDF9; }
p { color: rgb(102,189,249); }
H1.HeaderClassName
{
color: #66BDF9;
}
.AnyTagClassName
{
color: #66BDF9;
}
</style>
background-color css
<style>
a { background-color: #66BDF9; }
a { background-color: rgb(102,189,249); }
div.DivClassName
{
background-color: #66BDF9;
}
.BgClassName
{
background-color: #66BDF9;
}
</style>
border-color css
<style>
span { border-color: #66BDF9; }
span { border-color: rgb(102,189,249); }
td.TdClassName
{
border-color: #66BDF9;
}
.TagClassName
{
border-color: #66BDF9;
}
</style>