Shades of Maya Blue #65BFFD
Tints of Maya Blue #65BFFD
RGB
CMYK
RGB Variations
Color information
#65BFFD (or 0x65BFFD) is known color: Maya Blue. HEX triplet: 65, BF and FD. RGB value is (101,191,253). Sum of RGB (Red+Green+Blue) = 101+191+253=545 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.53% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #65BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFFD is #9A4002. Grayscale: #AAAAAA. Windows color (decimal): -10108931 or 16629605. OLE color: 16629605.
HSL color Cylindrical-coordinate representation of color #65BFFD: hue angle of 204.47º 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 #65BFFD is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 191 | 253 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.01 |
| HSL | 204.47º | 0.97% | 0.69% | - |
| HSV(B) | 204.47º | 0.6% | 0.99% | - |
| XYZ | 41.73 | 47.12 | 99.82 | - |
| YUV | 171.16 | 174.18 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 253 | 0.60 | 0.25 | 0 | 0.01 | 204.47 | 0.97 | 0.69 |
| Hex | 65 | BF | FD | 3C | 19 | 0 | 1 | CC | 61 | 45 |
| Octal | 145 | 277 | 375 | 74 | 31 | 0 | 1 | 314 | 141 | 105 |
| Binary | 1100101 | 10111111 | 11111101 | 111100 | 11001 | 0 | 1 | 11001100 | 1100001 | 1000101 |
Color Harmonies of #65BFFD
Complementary color
Monochromatic Colors of #65BFFD
Black with #65BFFD
Text Example
Text Example
White with #65BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFFD; }
p { color: rgb(101,191,253); }
H1.HeaderClassName
{
color: #65BFFD;
}
.AnyTagClassName
{
color: #65BFFD;
}
</style>
background-color css
<style>
a { background-color: #65BFFD; }
a { background-color: rgb(101,191,253); }
div.DivClassName
{
background-color: #65BFFD;
}
.BgClassName
{
background-color: #65BFFD;
}
</style>
border-color css
<style>
span { border-color: #65BFFD; }
span { border-color: rgb(101,191,253); }
td.TdClassName
{
border-color: #65BFFD;
}
.TagClassName
{
border-color: #65BFFD;
}
</style>