Shades of Maya Blue #66BFF2
Tints of Maya Blue #66BFF2
RGB
CMYK
RGB Variations
Color information
#66BFF2 (or 0x66BFF2) is known color: Maya Blue. HEX triplet: 66, BF and F2. RGB value is (102,191,242). Sum of RGB (Red+Green+Blue) = 102+191+242=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #66BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BFF2 is #99400D. Grayscale: #A9A9A9. Windows color (decimal): -10043406 or 15908710. OLE color: 15908710.
HSL color Cylindrical-coordinate representation of color #66BFF2: hue angle of 201.86º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66BFF2 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 191 | 242 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.05 |
| HSL | 201.86º | 0.84% | 0.67% | - |
| HSV(B) | 201.86º | 0.58% | 0.95% | - |
| XYZ | 40.14 | 46.5 | 90.86 | - |
| YUV | 170.2 | 168.51 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 242 | 0.58 | 0.21 | 0 | 0.05 | 201.86 | 0.84 | 0.67 |
| Hex | 66 | BF | F2 | 3A | 15 | 0 | 5 | CA | 54 | 43 |
| Octal | 146 | 277 | 362 | 72 | 25 | 0 | 5 | 312 | 124 | 103 |
| Binary | 1100110 | 10111111 | 11110010 | 111010 | 10101 | 0 | 101 | 11001010 | 1010100 | 1000011 |
Color Harmonies of #66BFF2
Complementary color
Monochromatic Colors of #66BFF2
Black with #66BFF2
Text Example
Text Example
White with #66BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFF2; }
p { color: rgb(102,191,242); }
H1.HeaderClassName
{
color: #66BFF2;
}
.AnyTagClassName
{
color: #66BFF2;
}
</style>
background-color css
<style>
a { background-color: #66BFF2; }
a { background-color: rgb(102,191,242); }
div.DivClassName
{
background-color: #66BFF2;
}
.BgClassName
{
background-color: #66BFF2;
}
</style>
border-color css
<style>
span { border-color: #66BFF2; }
span { border-color: rgb(102,191,242); }
td.TdClassName
{
border-color: #66BFF2;
}
.TagClassName
{
border-color: #66BFF2;
}
</style>