Shades of Maya Blue #65BCFD
Tints of Maya Blue #65BCFD
RGB
CMYK
RGB Variations
Color information
#65BCFD (or 0x65BCFD) is known color: Maya Blue. HEX triplet: 65, BC and FD. RGB value is (101,188,253). Sum of RGB (Red+Green+Blue) = 101+188+253=542 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.63% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #65BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCFD is #9A4302. Grayscale: #A9A9A9. Windows color (decimal): -10109699 or 16628837. OLE color: 16628837.
HSL color Cylindrical-coordinate representation of color #65BCFD: hue angle of 205.66º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65BCFD is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 188 | 253 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.01 |
| HSL | 205.66º | 0.97% | 0.69% | - |
| HSV(B) | 205.66º | 0.6% | 0.99% | - |
| XYZ | 41.08 | 45.82 | 99.61 | - |
| YUV | 169.4 | 175.18 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 253 | 0.60 | 0.26 | 0 | 0.01 | 205.66 | 0.97 | 0.69 |
| Hex | 65 | BC | FD | 3C | 1A | 0 | 1 | CE | 61 | 45 |
| Octal | 145 | 274 | 375 | 74 | 32 | 0 | 1 | 316 | 141 | 105 |
| Binary | 1100101 | 10111100 | 11111101 | 111100 | 11010 | 0 | 1 | 11001110 | 1100001 | 1000101 |
Color Harmonies of #65BCFD
Complementary color
Monochromatic Colors of #65BCFD
Black with #65BCFD
Text Example
Text Example
White with #65BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCFD; }
p { color: rgb(101,188,253); }
H1.HeaderClassName
{
color: #65BCFD;
}
.AnyTagClassName
{
color: #65BCFD;
}
</style>
background-color css
<style>
a { background-color: #65BCFD; }
a { background-color: rgb(101,188,253); }
div.DivClassName
{
background-color: #65BCFD;
}
.BgClassName
{
background-color: #65BCFD;
}
</style>
border-color css
<style>
span { border-color: #65BCFD; }
span { border-color: rgb(101,188,253); }
td.TdClassName
{
border-color: #65BCFD;
}
.TagClassName
{
border-color: #65BCFD;
}
</style>