Shades of Maya Blue #65BEF2
Tints of Maya Blue #65BEF2
RGB
CMYK
RGB Variations
Color information
#65BEF2 (or 0x65BEF2) is known color: Maya Blue. HEX triplet: 65, BE and F2. RGB value is (101,190,242). Sum of RGB (Red+Green+Blue) = 101+190+242=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #65BEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BEF2 is #9A410D. Grayscale: #A9A9A9. Windows color (decimal): -10109198 or 15908453. OLE color: 15908453.
HSL color Cylindrical-coordinate representation of color #65BEF2: hue angle of 202.13º 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 #65BEF2 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 190 | 242 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.05 |
| HSL | 202.13º | 0.84% | 0.67% | - |
| HSV(B) | 202.13º | 0.58% | 0.95% | - |
| XYZ | 39.81 | 46 | 90.79 | - |
| YUV | 169.32 | 169.01 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 242 | 0.58 | 0.21 | 0 | 0.05 | 202.13 | 0.84 | 0.67 |
| Hex | 65 | BE | F2 | 3A | 15 | 0 | 5 | CA | 54 | 43 |
| Octal | 145 | 276 | 362 | 72 | 25 | 0 | 5 | 312 | 124 | 103 |
| Binary | 1100101 | 10111110 | 11110010 | 111010 | 10101 | 0 | 101 | 11001010 | 1010100 | 1000011 |
Color Harmonies of #65BEF2
Complementary color
Monochromatic Colors of #65BEF2
Black with #65BEF2
Text Example
Text Example
White with #65BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BEF2; }
p { color: rgb(101,190,242); }
H1.HeaderClassName
{
color: #65BEF2;
}
.AnyTagClassName
{
color: #65BEF2;
}
</style>
background-color css
<style>
a { background-color: #65BEF2; }
a { background-color: rgb(101,190,242); }
div.DivClassName
{
background-color: #65BEF2;
}
.BgClassName
{
background-color: #65BEF2;
}
</style>
border-color css
<style>
span { border-color: #65BEF2; }
span { border-color: rgb(101,190,242); }
td.TdClassName
{
border-color: #65BEF2;
}
.TagClassName
{
border-color: #65BEF2;
}
</style>