Shades of Maya Blue #65BEFF
Tints of Maya Blue #65BEFF
RGB
CMYK
RGB Variations
Color information
#65BEFF (or 0x65BEFF) is known color: Maya Blue. HEX triplet: 65, BE and FF. RGB value is (101,190,255). Sum of RGB (Red+Green+Blue) = 101+190+255=546 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.50% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #65BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BEFF is #9A4100. Grayscale: #AAAAAA. Windows color (decimal): -10109185 or 16760421. OLE color: 16760421.
HSL color Cylindrical-coordinate representation of color #65BEFF: hue angle of 205.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BEFF is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 190 | 255 | - |
| CMYK | 0.60 | 0.25 | 0 | 0 |
| HSL | 205.32º | 1% | 0.7% | - |
| HSV(B) | 205.32º | 0.6% | 1% | - |
| XYZ | 41.83 | 46.81 | 101.44 | - |
| YUV | 170.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 255 | 0.60 | 0.25 | 0 | 0 | 205.32 | 1 | 0.7 |
| Hex | 65 | BE | FF | 3C | 19 | 0 | 0 | CD | 64 | 46 |
| Octal | 145 | 276 | 377 | 74 | 31 | 0 | 0 | 315 | 144 | 106 |
| Binary | 1100101 | 10111110 | 11111111 | 111100 | 11001 | 0 | 0 | 11001101 | 1100100 | 1000110 |
Color Harmonies of #65BEFF
Complementary color
Monochromatic Colors of #65BEFF
Black with #65BEFF
Text Example
Text Example
White with #65BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BEFF; }
p { color: rgb(101,190,255); }
H1.HeaderClassName
{
color: #65BEFF;
}
.AnyTagClassName
{
color: #65BEFF;
}
</style>
background-color css
<style>
a { background-color: #65BEFF; }
a { background-color: rgb(101,190,255); }
div.DivClassName
{
background-color: #65BEFF;
}
.BgClassName
{
background-color: #65BEFF;
}
</style>
border-color css
<style>
span { border-color: #65BEFF; }
span { border-color: rgb(101,190,255); }
td.TdClassName
{
border-color: #65BEFF;
}
.TagClassName
{
border-color: #65BEFF;
}
</style>