Shades of Maya Blue #66BDF3
Tints of Maya Blue #66BDF3
RGB
CMYK
RGB Variations
Color information
#66BDF3 (or 0x66BDF3) is known color: Maya Blue. HEX triplet: 66, BD and F3. RGB value is (102,189,243). Sum of RGB (Red+Green+Blue) = 102+189+243=534 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.10% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #66BDF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDF3 is #99420C. Grayscale: #A8A8A8. Windows color (decimal): -10043917 or 15973734. OLE color: 15973734.
HSL color Cylindrical-coordinate representation of color #66BDF3: hue angle of 202.98º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BDF3 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 189 | 243 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.05 |
| HSL | 202.98º | 0.85% | 0.68% | - |
| HSV(B) | 202.98º | 0.58% | 0.95% | - |
| XYZ | 39.85 | 45.69 | 91.51 | - |
| YUV | 169.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 243 | 0.58 | 0.22 | 0 | 0.05 | 202.98 | 0.85 | 0.68 |
| Hex | 66 | BD | F3 | 3A | 16 | 0 | 5 | CB | 55 | 44 |
| Octal | 146 | 275 | 363 | 72 | 26 | 0 | 5 | 313 | 125 | 104 |
| Binary | 1100110 | 10111101 | 11110011 | 111010 | 10110 | 0 | 101 | 11001011 | 1010101 | 1000100 |
Color Harmonies of #66BDF3
Complementary color
Monochromatic Colors of #66BDF3
Black with #66BDF3
Text Example
Text Example
White with #66BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDF3; }
p { color: rgb(102,189,243); }
H1.HeaderClassName
{
color: #66BDF3;
}
.AnyTagClassName
{
color: #66BDF3;
}
</style>
background-color css
<style>
a { background-color: #66BDF3; }
a { background-color: rgb(102,189,243); }
div.DivClassName
{
background-color: #66BDF3;
}
.BgClassName
{
background-color: #66BDF3;
}
</style>
border-color css
<style>
span { border-color: #66BDF3; }
span { border-color: rgb(102,189,243); }
td.TdClassName
{
border-color: #66BDF3;
}
.TagClassName
{
border-color: #66BDF3;
}
</style>