Shades of Maya Blue #65BFF7
Tints of Maya Blue #65BFF7
RGB
CMYK
RGB Variations
Color information
#65BFF7 (or 0x65BFF7) is known color: Maya Blue. HEX triplet: 65, BF and F7. RGB value is (101,191,247). Sum of RGB (Red+Green+Blue) = 101+191+247=539 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.74% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 247 (96.88% from 255 or 45.83% from 539); Max value from RGB is 247 - color contains mainly: blue. Hex color #65BFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFF7 is #9A4008. Grayscale: #AAAAAA. Windows color (decimal): -10108937 or 16236389. OLE color: 16236389.
HSL color Cylindrical-coordinate representation of color #65BFF7: hue angle of 203.01º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65BFF7 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 101 | 191 | 247 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.03 |
| HSL | 203.01º | 0.9% | 0.68% | - |
| HSV(B) | 203.01º | 0.59% | 0.97% | - |
| XYZ | 40.79 | 46.74 | 94.87 | - |
| YUV | 170.47 | 171.18 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 247 | 0.59 | 0.23 | 0 | 0.03 | 203.01 | 0.9 | 0.68 |
| Hex | 65 | BF | F7 | 3B | 17 | 0 | 3 | CB | 5A | 44 |
| Octal | 145 | 277 | 367 | 73 | 27 | 0 | 3 | 313 | 132 | 104 |
| Binary | 1100101 | 10111111 | 11110111 | 111011 | 10111 | 0 | 11 | 11001011 | 1011010 | 1000100 |
Color Harmonies of #65BFF7
Complementary color
Monochromatic Colors of #65BFF7
Black with #65BFF7
Text Example
Text Example
White with #65BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFF7; }
p { color: rgb(101,191,247); }
H1.HeaderClassName
{
color: #65BFF7;
}
.AnyTagClassName
{
color: #65BFF7;
}
</style>
background-color css
<style>
a { background-color: #65BFF7; }
a { background-color: rgb(101,191,247); }
div.DivClassName
{
background-color: #65BFF7;
}
.BgClassName
{
background-color: #65BFF7;
}
</style>
border-color css
<style>
span { border-color: #65BFF7; }
span { border-color: rgb(101,191,247); }
td.TdClassName
{
border-color: #65BFF7;
}
.TagClassName
{
border-color: #65BFF7;
}
</style>