Shades of Malibu #65AFEC
Tints of Malibu #65AFEC
RGB
CMYK
RGB Variations
Color information
#65AFEC (or 0x65AFEC) is known color: Malibu. HEX triplet: 65, AF and EC. RGB value is (101,175,236). Sum of RGB (Red+Green+Blue) = 101+175+236=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #65AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65AFEC is #9A5013. Grayscale: #9F9F9F. Windows color (decimal): -10113044 or 15511397. OLE color: 15511397.
HSL color Cylindrical-coordinate representation of color #65AFEC: hue angle of 207.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65AFEC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 175 | 236 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.07 |
| HSL | 207.11º | 0.78% | 0.66% | - |
| HSV(B) | 207.11º | 0.57% | 0.93% | - |
| XYZ | 35.84 | 39.48 | 85.09 | - |
| YUV | 159.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 236 | 0.57 | 0.26 | 0 | 0.07 | 207.11 | 0.78 | 0.66 |
| Hex | 65 | AF | EC | 39 | 1A | 0 | 7 | CF | 4E | 42 |
| Octal | 145 | 257 | 354 | 71 | 32 | 0 | 7 | 317 | 116 | 102 |
| Binary | 1100101 | 10101111 | 11101100 | 111001 | 11010 | 0 | 111 | 11001111 | 1001110 | 1000010 |
Color Harmonies of #65AFEC
Complementary color
Monochromatic Colors of #65AFEC
Black with #65AFEC
Text Example
Text Example
White with #65AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFEC; }
p { color: rgb(101,175,236); }
H1.HeaderClassName
{
color: #65AFEC;
}
.AnyTagClassName
{
color: #65AFEC;
}
</style>
background-color css
<style>
a { background-color: #65AFEC; }
a { background-color: rgb(101,175,236); }
div.DivClassName
{
background-color: #65AFEC;
}
.BgClassName
{
background-color: #65AFEC;
}
</style>
border-color css
<style>
span { border-color: #65AFEC; }
span { border-color: rgb(101,175,236); }
td.TdClassName
{
border-color: #65AFEC;
}
.TagClassName
{
border-color: #65AFEC;
}
</style>