Shades of Maya Blue #65CFFD
Tints of Maya Blue #65CFFD
RGB
CMYK
RGB Variations
Color information
#65CFFD (or 0x65CFFD) is known color: Maya Blue. HEX triplet: 65, CF and FD. RGB value is (101,207,253). Sum of RGB (Red+Green+Blue) = 101+207+253=561 (74% of max value = 765). Red value is 101 (39.84% from 255 or 18.00% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #65CFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CFFD is #9A3002. Grayscale: #B4B4B4. Windows color (decimal): -10104835 or 16633701. OLE color: 16633701.
HSL color Cylindrical-coordinate representation of color #65CFFD: hue angle of 198.16º 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 #65CFFD is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 207 | 253 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.01 |
| HSL | 198.16º | 0.97% | 0.69% | - |
| HSV(B) | 198.16º | 0.6% | 0.99% | - |
| XYZ | 45.41 | 54.48 | 101.05 | - |
| YUV | 180.55 | 168.88 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 253 | 0.60 | 0.18 | 0 | 0.01 | 198.16 | 0.97 | 0.69 |
| Hex | 65 | CF | FD | 3C | 12 | 0 | 1 | C6 | 61 | 45 |
| Octal | 145 | 317 | 375 | 74 | 22 | 0 | 1 | 306 | 141 | 105 |
| Binary | 1100101 | 11001111 | 11111101 | 111100 | 10010 | 0 | 1 | 11000110 | 1100001 | 1000101 |
Color Harmonies of #65CFFD
Complementary color
Monochromatic Colors of #65CFFD
Black with #65CFFD
Text Example
Text Example
White with #65CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFFD; }
p { color: rgb(101,207,253); }
H1.HeaderClassName
{
color: #65CFFD;
}
.AnyTagClassName
{
color: #65CFFD;
}
</style>
background-color css
<style>
a { background-color: #65CFFD; }
a { background-color: rgb(101,207,253); }
div.DivClassName
{
background-color: #65CFFD;
}
.BgClassName
{
background-color: #65CFFD;
}
</style>
border-color css
<style>
span { border-color: #65CFFD; }
span { border-color: rgb(101,207,253); }
td.TdClassName
{
border-color: #65CFFD;
}
.TagClassName
{
border-color: #65CFFD;
}
</style>