Shades of Malibu #65AFDB
Tints of Malibu #65AFDB
RGB
CMYK
RGB Variations
Color information
#65AFDB (or 0x65AFDB) is known color: Malibu. HEX triplet: 65, AF and DB. RGB value is (101,175,219). Sum of RGB (Red+Green+Blue) = 101+175+219=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #65AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFDB is #9A5024. Grayscale: #9D9D9D. Windows color (decimal): -10113061 or 14397285. OLE color: 14397285.
HSL color Cylindrical-coordinate representation of color #65AFDB: hue angle of 202.37º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65AFDB is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 175 | 219 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.14 |
| HSL | 202.37º | 0.62% | 0.63% | - |
| HSV(B) | 202.37º | 0.54% | 0.86% | - |
| XYZ | 33.48 | 38.54 | 72.69 | - |
| YUV | 157.89 | 162.48 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 219 | 0.54 | 0.20 | 0 | 0.14 | 202.37 | 0.62 | 0.63 |
| Hex | 65 | AF | DB | 36 | 14 | 0 | E | CA | 3E | 3F |
| Octal | 145 | 257 | 333 | 66 | 24 | 0 | 16 | 312 | 76 | 77 |
| Binary | 1100101 | 10101111 | 11011011 | 110110 | 10100 | 0 | 1110 | 11001010 | 111110 | 111111 |
Color Harmonies of #65AFDB
Complementary color
Monochromatic Colors of #65AFDB
Black with #65AFDB
Text Example
Text Example
White with #65AFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFDB; }
p { color: rgb(101,175,219); }
H1.HeaderClassName
{
color: #65AFDB;
}
.AnyTagClassName
{
color: #65AFDB;
}
</style>
background-color css
<style>
a { background-color: #65AFDB; }
a { background-color: rgb(101,175,219); }
div.DivClassName
{
background-color: #65AFDB;
}
.BgClassName
{
background-color: #65AFDB;
}
</style>
border-color css
<style>
span { border-color: #65AFDB; }
span { border-color: rgb(101,175,219); }
td.TdClassName
{
border-color: #65AFDB;
}
.TagClassName
{
border-color: #65AFDB;
}
</style>