Shades of Maya Blue #65C8FA
Tints of Maya Blue #65C8FA
RGB
CMYK
RGB Variations
Color information
#65C8FA (or 0x65C8FA) is known color: Maya Blue. HEX triplet: 65, C8 and FA. RGB value is (101,200,250). Sum of RGB (Red+Green+Blue) = 101+200+250=551 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.33% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #65C8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8FA is #9A3705. Grayscale: #AFAFAF. Windows color (decimal): -10106630 or 16435301. OLE color: 16435301.
HSL color Cylindrical-coordinate representation of color #65C8FA: hue angle of 200.13º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65C8FA is Cyan = 0.60, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 200 | 250 | - |
| CMYK | 0.60 | 0.2 | 0 | 0.02 |
| HSL | 200.13º | 0.94% | 0.69% | - |
| HSV(B) | 200.13º | 0.6% | 0.98% | - |
| XYZ | 43.28 | 50.98 | 98 | - |
| YUV | 176.1 | 169.7 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 250 | 0.60 | 0.2 | 0 | 0.02 | 200.13 | 0.94 | 0.69 |
| Hex | 65 | C8 | FA | 3C | 14 | 0 | 2 | C8 | 5E | 45 |
| Octal | 145 | 310 | 372 | 74 | 24 | 0 | 2 | 310 | 136 | 105 |
| Binary | 1100101 | 11001000 | 11111010 | 111100 | 10100 | 0 | 10 | 11001000 | 1011110 | 1000101 |
Color Harmonies of #65C8FA
Complementary color
Monochromatic Colors of #65C8FA
Black with #65C8FA
Text Example
Text Example
White with #65C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8FA; }
p { color: rgb(101,200,250); }
H1.HeaderClassName
{
color: #65C8FA;
}
.AnyTagClassName
{
color: #65C8FA;
}
</style>
background-color css
<style>
a { background-color: #65C8FA; }
a { background-color: rgb(101,200,250); }
div.DivClassName
{
background-color: #65C8FA;
}
.BgClassName
{
background-color: #65C8FA;
}
</style>
border-color css
<style>
span { border-color: #65C8FA; }
span { border-color: rgb(101,200,250); }
td.TdClassName
{
border-color: #65C8FA;
}
.TagClassName
{
border-color: #65C8FA;
}
</style>