Shades of Malibu #65AFDF
Tints of Malibu #65AFDF
RGB
CMYK
RGB Variations
Color information
#65AFDF (or 0x65AFDF) is known color: Malibu. HEX triplet: 65, AF and DF. RGB value is (101,175,223). Sum of RGB (Red+Green+Blue) = 101+175+223=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #65AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AFDF is #9A5020. Grayscale: #9E9E9E. Windows color (decimal): -10113057 or 14659429. OLE color: 14659429.
HSL color Cylindrical-coordinate representation of color #65AFDF: hue angle of 203.61º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65AFDF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 175 | 223 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.13 |
| HSL | 203.61º | 0.66% | 0.64% | - |
| HSV(B) | 203.61º | 0.55% | 0.87% | - |
| XYZ | 34.02 | 38.75 | 75.5 | - |
| YUV | 158.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 223 | 0.55 | 0.22 | 0 | 0.13 | 203.61 | 0.66 | 0.64 |
| Hex | 65 | AF | DF | 37 | 16 | 0 | D | CC | 42 | 40 |
| Octal | 145 | 257 | 337 | 67 | 26 | 0 | 15 | 314 | 102 | 100 |
| Binary | 1100101 | 10101111 | 11011111 | 110111 | 10110 | 0 | 1101 | 11001100 | 1000010 | 1000000 |
Color Harmonies of #65AFDF
Complementary color
Monochromatic Colors of #65AFDF
Black with #65AFDF
Text Example
Text Example
White with #65AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AFDF; }
p { color: rgb(101,175,223); }
H1.HeaderClassName
{
color: #65AFDF;
}
.AnyTagClassName
{
color: #65AFDF;
}
</style>
background-color css
<style>
a { background-color: #65AFDF; }
a { background-color: rgb(101,175,223); }
div.DivClassName
{
background-color: #65AFDF;
}
.BgClassName
{
background-color: #65AFDF;
}
</style>
border-color css
<style>
span { border-color: #65AFDF; }
span { border-color: rgb(101,175,223); }
td.TdClassName
{
border-color: #65AFDF;
}
.TagClassName
{
border-color: #65AFDF;
}
</style>