Shades of Maya Blue #65BDF2
Tints of Maya Blue #65BDF2
RGB
CMYK
RGB Variations
Color information
#65BDF2 (or 0x65BDF2) is known color: Maya Blue. HEX triplet: 65, BD and F2. RGB value is (101,189,242). Sum of RGB (Red+Green+Blue) = 101+189+242=532 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.98% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #65BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDF2 is #9A420D. Grayscale: #A8A8A8. Windows color (decimal): -10109454 or 15908197. OLE color: 15908197.
HSL color Cylindrical-coordinate representation of color #65BDF2: hue angle of 202.55º 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 #65BDF2 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 189 | 242 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.05 |
| HSL | 202.55º | 0.84% | 0.67% | - |
| HSV(B) | 202.55º | 0.58% | 0.95% | - |
| XYZ | 39.59 | 45.57 | 90.71 | - |
| YUV | 168.73 | 169.35 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 242 | 0.58 | 0.22 | 0 | 0.05 | 202.55 | 0.84 | 0.67 |
| Hex | 65 | BD | F2 | 3A | 16 | 0 | 5 | CB | 54 | 43 |
| Octal | 145 | 275 | 362 | 72 | 26 | 0 | 5 | 313 | 124 | 103 |
| Binary | 1100101 | 10111101 | 11110010 | 111010 | 10110 | 0 | 101 | 11001011 | 1010100 | 1000011 |
Color Harmonies of #65BDF2
Complementary color
Monochromatic Colors of #65BDF2
Black with #65BDF2
Text Example
Text Example
White with #65BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDF2; }
p { color: rgb(101,189,242); }
H1.HeaderClassName
{
color: #65BDF2;
}
.AnyTagClassName
{
color: #65BDF2;
}
</style>
background-color css
<style>
a { background-color: #65BDF2; }
a { background-color: rgb(101,189,242); }
div.DivClassName
{
background-color: #65BDF2;
}
.BgClassName
{
background-color: #65BDF2;
}
</style>
border-color css
<style>
span { border-color: #65BDF2; }
span { border-color: rgb(101,189,242); }
td.TdClassName
{
border-color: #65BDF2;
}
.TagClassName
{
border-color: #65BDF2;
}
</style>