Shades of Malibu #65BDF1
Tints of Malibu #65BDF1
RGB
CMYK
RGB Variations
Color information
#65BDF1 (or 0x65BDF1) is known color: Malibu. HEX triplet: 65, BD and F1. RGB value is (101,189,241). Sum of RGB (Red+Green+Blue) = 101+189+241=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #65BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDF1 is #9A420E. Grayscale: #A8A8A8. Windows color (decimal): -10109455 or 15842661. OLE color: 15842661.
HSL color Cylindrical-coordinate representation of color #65BDF1: hue angle of 202.29º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65BDF1 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 189 | 241 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.05 |
| HSL | 202.29º | 0.83% | 0.67% | - |
| HSV(B) | 202.29º | 0.58% | 0.95% | - |
| XYZ | 39.44 | 45.51 | 89.93 | - |
| YUV | 168.62 | 168.85 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 241 | 0.58 | 0.22 | 0 | 0.05 | 202.29 | 0.83 | 0.67 |
| Hex | 65 | BD | F1 | 3A | 16 | 0 | 5 | CA | 53 | 43 |
| Octal | 145 | 275 | 361 | 72 | 26 | 0 | 5 | 312 | 123 | 103 |
| Binary | 1100101 | 10111101 | 11110001 | 111010 | 10110 | 0 | 101 | 11001010 | 1010011 | 1000011 |
Color Harmonies of #65BDF1
Complementary color
Monochromatic Colors of #65BDF1
Black with #65BDF1
Text Example
Text Example
White with #65BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDF1; }
p { color: rgb(101,189,241); }
H1.HeaderClassName
{
color: #65BDF1;
}
.AnyTagClassName
{
color: #65BDF1;
}
</style>
background-color css
<style>
a { background-color: #65BDF1; }
a { background-color: rgb(101,189,241); }
div.DivClassName
{
background-color: #65BDF1;
}
.BgClassName
{
background-color: #65BDF1;
}
</style>
border-color css
<style>
span { border-color: #65BDF1; }
span { border-color: rgb(101,189,241); }
td.TdClassName
{
border-color: #65BDF1;
}
.TagClassName
{
border-color: #65BDF1;
}
</style>