Shades of Maya Blue #65BCF2
Tints of Maya Blue #65BCF2
RGB
CMYK
RGB Variations
Color information
#65BCF2 (or 0x65BCF2) is known color: Maya Blue. HEX triplet: 65, BC and F2. RGB value is (101,188,242). Sum of RGB (Red+Green+Blue) = 101+188+242=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #65BCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCF2 is #9A430D. Grayscale: #A7A7A7. Windows color (decimal): -10109710 or 15907941. OLE color: 15907941.
HSL color Cylindrical-coordinate representation of color #65BCF2: hue angle of 202.98º 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 #65BCF2 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 188 | 242 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.05 |
| HSL | 202.98º | 0.84% | 0.67% | - |
| HSV(B) | 202.98º | 0.58% | 0.95% | - |
| XYZ | 39.38 | 45.14 | 90.64 | - |
| YUV | 168.14 | 169.68 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 242 | 0.58 | 0.22 | 0 | 0.05 | 202.98 | 0.84 | 0.67 |
| Hex | 65 | BC | F2 | 3A | 16 | 0 | 5 | CB | 54 | 43 |
| Octal | 145 | 274 | 362 | 72 | 26 | 0 | 5 | 313 | 124 | 103 |
| Binary | 1100101 | 10111100 | 11110010 | 111010 | 10110 | 0 | 101 | 11001011 | 1010100 | 1000011 |
Color Harmonies of #65BCF2
Complementary color
Monochromatic Colors of #65BCF2
Black with #65BCF2
Text Example
Text Example
White with #65BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCF2; }
p { color: rgb(101,188,242); }
H1.HeaderClassName
{
color: #65BCF2;
}
.AnyTagClassName
{
color: #65BCF2;
}
</style>
background-color css
<style>
a { background-color: #65BCF2; }
a { background-color: rgb(101,188,242); }
div.DivClassName
{
background-color: #65BCF2;
}
.BgClassName
{
background-color: #65BCF2;
}
</style>
border-color css
<style>
span { border-color: #65BCF2; }
span { border-color: rgb(101,188,242); }
td.TdClassName
{
border-color: #65BCF2;
}
.TagClassName
{
border-color: #65BCF2;
}
</style>