Shades of Maya Blue #65C8FD
Tints of Maya Blue #65C8FD
RGB
CMYK
RGB Variations
Color information
#65C8FD (or 0x65C8FD) is known color: Maya Blue. HEX triplet: 65, C8 and FD. RGB value is (101,200,253). Sum of RGB (Red+Green+Blue) = 101+200+253=554 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.23% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #65C8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8FD is #9A3702. Grayscale: #B0B0B0. Windows color (decimal): -10106627 or 16631909. OLE color: 16631909.
HSL color Cylindrical-coordinate representation of color #65C8FD: hue angle of 200.92º 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 #65C8FD is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 200 | 253 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.01 |
| HSL | 200.92º | 0.97% | 0.69% | - |
| HSV(B) | 200.92º | 0.6% | 0.99% | - |
| XYZ | 43.75 | 51.17 | 100.5 | - |
| YUV | 176.44 | 171.2 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 253 | 0.60 | 0.21 | 0 | 0.01 | 200.92 | 0.97 | 0.69 |
| Hex | 65 | C8 | FD | 3C | 15 | 0 | 1 | C9 | 61 | 45 |
| Octal | 145 | 310 | 375 | 74 | 25 | 0 | 1 | 311 | 141 | 105 |
| Binary | 1100101 | 11001000 | 11111101 | 111100 | 10101 | 0 | 1 | 11001001 | 1100001 | 1000101 |
Color Harmonies of #65C8FD
Complementary color
Monochromatic Colors of #65C8FD
Black with #65C8FD
Text Example
Text Example
White with #65C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8FD; }
p { color: rgb(101,200,253); }
H1.HeaderClassName
{
color: #65C8FD;
}
.AnyTagClassName
{
color: #65C8FD;
}
</style>
background-color css
<style>
a { background-color: #65C8FD; }
a { background-color: rgb(101,200,253); }
div.DivClassName
{
background-color: #65C8FD;
}
.BgClassName
{
background-color: #65C8FD;
}
</style>
border-color css
<style>
span { border-color: #65C8FD; }
span { border-color: rgb(101,200,253); }
td.TdClassName
{
border-color: #65C8FD;
}
.TagClassName
{
border-color: #65C8FD;
}
</style>