Shades of Maya Blue #65C8F2
Tints of Maya Blue #65C8F2
RGB
CMYK
RGB Variations
Color information
#65C8F2 (or 0x65C8F2) is known color: Maya Blue. HEX triplet: 65, C8 and F2. RGB value is (101,200,242). Sum of RGB (Red+Green+Blue) = 101+200+242=543 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.60% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #65C8F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8F2 is #9A370D. Grayscale: #AEAEAE. Windows color (decimal): -10106638 or 15911013. OLE color: 15911013.
HSL color Cylindrical-coordinate representation of color #65C8F2: hue angle of 197.87º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C8F2 is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 200 | 242 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.05 |
| HSL | 197.87º | 0.84% | 0.67% | - |
| HSV(B) | 197.87º | 0.58% | 0.95% | - |
| XYZ | 42.05 | 50.49 | 91.53 | - |
| YUV | 175.19 | 165.7 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 242 | 0.58 | 0.17 | 0 | 0.05 | 197.87 | 0.84 | 0.67 |
| Hex | 65 | C8 | F2 | 3A | 11 | 0 | 5 | C6 | 54 | 43 |
| Octal | 145 | 310 | 362 | 72 | 21 | 0 | 5 | 306 | 124 | 103 |
| Binary | 1100101 | 11001000 | 11110010 | 111010 | 10001 | 0 | 101 | 11000110 | 1010100 | 1000011 |
Color Harmonies of #65C8F2
Complementary color
Monochromatic Colors of #65C8F2
Black with #65C8F2
Text Example
Text Example
White with #65C8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8F2; }
p { color: rgb(101,200,242); }
H1.HeaderClassName
{
color: #65C8F2;
}
.AnyTagClassName
{
color: #65C8F2;
}
</style>
background-color css
<style>
a { background-color: #65C8F2; }
a { background-color: rgb(101,200,242); }
div.DivClassName
{
background-color: #65C8F2;
}
.BgClassName
{
background-color: #65C8F2;
}
</style>
border-color css
<style>
span { border-color: #65C8F2; }
span { border-color: rgb(101,200,242); }
td.TdClassName
{
border-color: #65C8F2;
}
.TagClassName
{
border-color: #65C8F2;
}
</style>