Shades of Malibu #65BBD3
Tints of Malibu #65BBD3
RGB
CMYK
RGB Variations
Color information
#65BBD3 (or 0x65BBD3) is known color: Malibu. HEX triplet: 65, BB and D3. RGB value is (101,187,211). Sum of RGB (Red+Green+Blue) = 101+187+211=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 211 (82.81% from 255 or 42.28% from 499); Max value from RGB is 211 - color contains mainly: blue. Hex color #65BBD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBD3 is #9A442C. Grayscale: #A3A3A3. Windows color (decimal): -10109997 or 13876069. OLE color: 13876069.
HSL color Cylindrical-coordinate representation of color #65BBD3: hue angle of 193.09º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65BBD3 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 187 | 211 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.17 |
| HSL | 193.09º | 0.56% | 0.61% | - |
| HSV(B) | 193.09º | 0.52% | 0.83% | - |
| XYZ | 34.9 | 43.01 | 68.09 | - |
| YUV | 164.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 211 | 0.52 | 0.11 | 0 | 0.17 | 193.09 | 0.56 | 0.61 |
| Hex | 65 | BB | D3 | 34 | B | 0 | 11 | C1 | 38 | 3D |
| Octal | 145 | 273 | 323 | 64 | 13 | 0 | 21 | 301 | 70 | 75 |
| Binary | 1100101 | 10111011 | 11010011 | 110100 | 1011 | 0 | 10001 | 11000001 | 111000 | 111101 |
Color Harmonies of #65BBD3
Complementary color
Monochromatic Colors of #65BBD3
Black with #65BBD3
Text Example
Text Example
White with #65BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBD3; }
p { color: rgb(101,187,211); }
H1.HeaderClassName
{
color: #65BBD3;
}
.AnyTagClassName
{
color: #65BBD3;
}
</style>
background-color css
<style>
a { background-color: #65BBD3; }
a { background-color: rgb(101,187,211); }
div.DivClassName
{
background-color: #65BBD3;
}
.BgClassName
{
background-color: #65BBD3;
}
</style>
border-color css
<style>
span { border-color: #65BBD3; }
span { border-color: rgb(101,187,211); }
td.TdClassName
{
border-color: #65BBD3;
}
.TagClassName
{
border-color: #65BBD3;
}
</style>