Shades of Maya Blue #65D3FF
Tints of Maya Blue #65D3FF
RGB
CMYK
RGB Variations
Color information
#65D3FF (or 0x65D3FF) is known color: Maya Blue. HEX triplet: 65, D3 and FF. RGB value is (101,211,255). Sum of RGB (Red+Green+Blue) = 101+211+255=567 (75% of max value = 765). Red value is 101 (39.84% from 255 or 17.81% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #65D3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65D3FF is #9A2C00. Grayscale: #B6B6B6. Windows color (decimal): -10103809 or 16765797. OLE color: 16765797.
HSL color Cylindrical-coordinate representation of color #65D3FF: hue angle of 197.14º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65D3FF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 211 | 255 | - |
| CMYK | 0.60 | 0.17 | 0 | 0 |
| HSL | 197.14º | 1% | 0.7% | - |
| HSV(B) | 197.14º | 0.6% | 1% | - |
| XYZ | 46.71 | 56.58 | 103.07 | - |
| YUV | 183.13 | 168.56 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 255 | 0.60 | 0.17 | 0 | 0 | 197.14 | 1 | 0.7 |
| Hex | 65 | D3 | FF | 3C | 11 | 0 | 0 | C5 | 64 | 46 |
| Octal | 145 | 323 | 377 | 74 | 21 | 0 | 0 | 305 | 144 | 106 |
| Binary | 1100101 | 11010011 | 11111111 | 111100 | 10001 | 0 | 0 | 11000101 | 1100100 | 1000110 |
Color Harmonies of #65D3FF
Complementary color
Monochromatic Colors of #65D3FF
Black with #65D3FF
Text Example
Text Example
White with #65D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D3FF; }
p { color: rgb(101,211,255); }
H1.HeaderClassName
{
color: #65D3FF;
}
.AnyTagClassName
{
color: #65D3FF;
}
</style>
background-color css
<style>
a { background-color: #65D3FF; }
a { background-color: rgb(101,211,255); }
div.DivClassName
{
background-color: #65D3FF;
}
.BgClassName
{
background-color: #65D3FF;
}
</style>
border-color css
<style>
span { border-color: #65D3FF; }
span { border-color: rgb(101,211,255); }
td.TdClassName
{
border-color: #65D3FF;
}
.TagClassName
{
border-color: #65D3FF;
}
</style>