Shades of Maya Blue #65B0FF
Tints of Maya Blue #65B0FF
RGB
CMYK
RGB Variations
Color information
#65B0FF (or 0x65B0FF) is known color: Maya Blue. HEX triplet: 65, B0 and FF. RGB value is (101,176,255). Sum of RGB (Red+Green+Blue) = 101+176+255=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 176 (69.14% from 255 or 33.08% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #65B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65B0FF is #9A4F00. Grayscale: #A2A2A2. Windows color (decimal): -10112769 or 16756837. OLE color: 16756837.
HSL color Cylindrical-coordinate representation of color #65B0FF: hue angle of 210.78º 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 #65B0FF is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 176 | 255 | - |
| CMYK | 0.60 | 0.31 | 0 | 0 |
| HSL | 210.78º | 1% | 0.7% | - |
| HSV(B) | 210.78º | 0.6% | 1% | - |
| XYZ | 38.94 | 41.04 | 100.48 | - |
| YUV | 162.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 255 | 0.60 | 0.31 | 0 | 0 | 210.78 | 1 | 0.7 |
| Hex | 65 | B0 | FF | 3C | 1F | 0 | 0 | D3 | 64 | 46 |
| Octal | 145 | 260 | 377 | 74 | 37 | 0 | 0 | 323 | 144 | 106 |
| Binary | 1100101 | 10110000 | 11111111 | 111100 | 11111 | 0 | 0 | 11010011 | 1100100 | 1000110 |
Color Harmonies of #65B0FF
Complementary color
Monochromatic Colors of #65B0FF
Black with #65B0FF
Text Example
Text Example
White with #65B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B0FF; }
p { color: rgb(101,176,255); }
H1.HeaderClassName
{
color: #65B0FF;
}
.AnyTagClassName
{
color: #65B0FF;
}
</style>
background-color css
<style>
a { background-color: #65B0FF; }
a { background-color: rgb(101,176,255); }
div.DivClassName
{
background-color: #65B0FF;
}
.BgClassName
{
background-color: #65B0FF;
}
</style>
border-color css
<style>
span { border-color: #65B0FF; }
span { border-color: rgb(101,176,255); }
td.TdClassName
{
border-color: #65B0FF;
}
.TagClassName
{
border-color: #65B0FF;
}
</style>