Shades of Malibu #65BDF0
Tints of Malibu #65BDF0
RGB
CMYK
RGB Variations
Color information
#65BDF0 (or 0x65BDF0) is known color: Malibu. HEX triplet: 65, BD and F0. RGB value is (101,189,240). Sum of RGB (Red+Green+Blue) = 101+189+240=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 240 (94.14% from 255 or 45.28% from 530); Max value from RGB is 240 - color contains mainly: blue. Hex color #65BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDF0 is #9A420F. Grayscale: #A8A8A8. Windows color (decimal): -10109456 or 15777125. OLE color: 15777125.
HSL color Cylindrical-coordinate representation of color #65BDF0: hue angle of 202.01º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BDF0 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 189 | 240 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.06 |
| HSL | 202.01º | 0.82% | 0.67% | - |
| HSV(B) | 202.01º | 0.58% | 0.94% | - |
| XYZ | 39.29 | 45.45 | 89.14 | - |
| YUV | 168.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 240 | 0.58 | 0.21 | 0 | 0.06 | 202.01 | 0.82 | 0.67 |
| Hex | 65 | BD | F0 | 3A | 15 | 0 | 6 | CA | 52 | 43 |
| Octal | 145 | 275 | 360 | 72 | 25 | 0 | 6 | 312 | 122 | 103 |
| Binary | 1100101 | 10111101 | 11110000 | 111010 | 10101 | 0 | 110 | 11001010 | 1010010 | 1000011 |
Color Harmonies of #65BDF0
Complementary color
Monochromatic Colors of #65BDF0
Black with #65BDF0
Text Example
Text Example
White with #65BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDF0; }
p { color: rgb(101,189,240); }
H1.HeaderClassName
{
color: #65BDF0;
}
.AnyTagClassName
{
color: #65BDF0;
}
</style>
background-color css
<style>
a { background-color: #65BDF0; }
a { background-color: rgb(101,189,240); }
div.DivClassName
{
background-color: #65BDF0;
}
.BgClassName
{
background-color: #65BDF0;
}
</style>
border-color css
<style>
span { border-color: #65BDF0; }
span { border-color: rgb(101,189,240); }
td.TdClassName
{
border-color: #65BDF0;
}
.TagClassName
{
border-color: #65BDF0;
}
</style>