Shades of Malibu #65B3DF
Tints of Malibu #65B3DF
RGB
CMYK
RGB Variations
Color information
#65B3DF (or 0x65B3DF) is known color: Malibu. HEX triplet: 65, B3 and DF. RGB value is (101,179,223). Sum of RGB (Red+Green+Blue) = 101+179+223=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #65B3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3DF is #9A4C20. Grayscale: #A0A0A0. Windows color (decimal): -10112033 or 14660453. OLE color: 14660453.
HSL color Cylindrical-coordinate representation of color #65B3DF: hue angle of 201.64º 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 #65B3DF is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 179 | 223 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.13 |
| HSL | 201.64º | 0.66% | 0.64% | - |
| HSV(B) | 201.64º | 0.55% | 0.87% | - |
| XYZ | 34.81 | 40.33 | 75.76 | - |
| YUV | 160.69 | 163.16 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 223 | 0.55 | 0.20 | 0 | 0.13 | 201.64 | 0.66 | 0.64 |
| Hex | 65 | B3 | DF | 37 | 14 | 0 | D | CA | 42 | 40 |
| Octal | 145 | 263 | 337 | 67 | 24 | 0 | 15 | 312 | 102 | 100 |
| Binary | 1100101 | 10110011 | 11011111 | 110111 | 10100 | 0 | 1101 | 11001010 | 1000010 | 1000000 |
Color Harmonies of #65B3DF
Complementary color
Monochromatic Colors of #65B3DF
Black with #65B3DF
Text Example
Text Example
White with #65B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B3DF; }
p { color: rgb(101,179,223); }
H1.HeaderClassName
{
color: #65B3DF;
}
.AnyTagClassName
{
color: #65B3DF;
}
</style>
background-color css
<style>
a { background-color: #65B3DF; }
a { background-color: rgb(101,179,223); }
div.DivClassName
{
background-color: #65B3DF;
}
.BgClassName
{
background-color: #65B3DF;
}
</style>
border-color css
<style>
span { border-color: #65B3DF; }
span { border-color: rgb(101,179,223); }
td.TdClassName
{
border-color: #65B3DF;
}
.TagClassName
{
border-color: #65B3DF;
}
</style>