Shades of Maya Blue #65ADFE
Tints of Maya Blue #65ADFE
RGB
CMYK
RGB Variations
Color information
#65ADFE (or 0x65ADFE) is known color: Maya Blue. HEX triplet: 65, AD and FE. RGB value is (101,173,254). Sum of RGB (Red+Green+Blue) = 101+173+254=528 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.13% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #65ADFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADFE is #9A5201. Grayscale: #A0A0A0. Windows color (decimal): -10113538 or 16690533. OLE color: 16690533.
HSL color Cylindrical-coordinate representation of color #65ADFE: hue angle of 211.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65ADFE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 173 | 254 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.00 |
| HSL | 211.76º | 0.99% | 0.7% | - |
| HSV(B) | 211.76º | 0.6% | 1% | - |
| XYZ | 38.2 | 39.81 | 99.44 | - |
| YUV | 160.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 254 | 0.60 | 0.32 | 0 | 0.00 | 211.76 | 0.99 | 0.7 |
| Hex | 65 | AD | FE | 3C | 20 | 0 | 0 | D4 | 63 | 46 |
| Octal | 145 | 255 | 376 | 74 | 40 | 0 | 0 | 324 | 143 | 106 |
| Binary | 1100101 | 10101101 | 11111110 | 111100 | 100000 | 0 | 0 | 11010100 | 1100011 | 1000110 |
Color Harmonies of #65ADFE
Complementary color
Monochromatic Colors of #65ADFE
Black with #65ADFE
Text Example
Text Example
White with #65ADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADFE; }
p { color: rgb(101,173,254); }
H1.HeaderClassName
{
color: #65ADFE;
}
.AnyTagClassName
{
color: #65ADFE;
}
</style>
background-color css
<style>
a { background-color: #65ADFE; }
a { background-color: rgb(101,173,254); }
div.DivClassName
{
background-color: #65ADFE;
}
.BgClassName
{
background-color: #65ADFE;
}
</style>
border-color css
<style>
span { border-color: #65ADFE; }
span { border-color: rgb(101,173,254); }
td.TdClassName
{
border-color: #65ADFE;
}
.TagClassName
{
border-color: #65ADFE;
}
</style>