Shades of Maya Blue #65CDFC
Tints of Maya Blue #65CDFC
RGB
CMYK
RGB Variations
Color information
#65CDFC (or 0x65CDFC) is known color: Maya Blue. HEX triplet: 65, CD and FC. RGB value is (101,205,252). Sum of RGB (Red+Green+Blue) = 101+205+252=558 (73% of max value = 765). Red value is 101 (39.84% from 255 or 18.10% from 558); Green value is 205 (80.47% from 255 or 36.74% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #65CDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDFC is #9A3203. Grayscale: #B2B2B2. Windows color (decimal): -10105348 or 16567653. OLE color: 16567653.
HSL color Cylindrical-coordinate representation of color #65CDFC: hue angle of 198.68º degrees, saturation: 0.96, 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 #65CDFC is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 101 | 205 | 252 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.01 |
| HSL | 198.68º | 0.96% | 0.69% | - |
| HSV(B) | 198.68º | 0.6% | 0.99% | - |
| XYZ | 44.77 | 53.46 | 100.05 | - |
| YUV | 179.26 | 169.04 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 205 | 252 | 0.60 | 0.19 | 0 | 0.01 | 198.68 | 0.96 | 0.69 |
| Hex | 65 | CD | FC | 3C | 13 | 0 | 1 | C7 | 60 | 45 |
| Octal | 145 | 315 | 374 | 74 | 23 | 0 | 1 | 307 | 140 | 105 |
| Binary | 1100101 | 11001101 | 11111100 | 111100 | 10011 | 0 | 1 | 11000111 | 1100000 | 1000101 |
Color Harmonies of #65CDFC
Complementary color
Monochromatic Colors of #65CDFC
Black with #65CDFC
Text Example
Text Example
White with #65CDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CDFC; }
p { color: rgb(101,205,252); }
H1.HeaderClassName
{
color: #65CDFC;
}
.AnyTagClassName
{
color: #65CDFC;
}
</style>
background-color css
<style>
a { background-color: #65CDFC; }
a { background-color: rgb(101,205,252); }
div.DivClassName
{
background-color: #65CDFC;
}
.BgClassName
{
background-color: #65CDFC;
}
</style>
border-color css
<style>
span { border-color: #65CDFC; }
span { border-color: rgb(101,205,252); }
td.TdClassName
{
border-color: #65CDFC;
}
.TagClassName
{
border-color: #65CDFC;
}
</style>