Shades of Malibu #65BDEF
Tints of Malibu #65BDEF
RGB
CMYK
RGB Variations
Color information
#65BDEF (or 0x65BDEF) is known color: Malibu. HEX triplet: 65, BD and EF. RGB value is (101,189,239). Sum of RGB (Red+Green+Blue) = 101+189+239=529 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.09% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #65BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDEF is #9A4210. Grayscale: #A8A8A8. Windows color (decimal): -10109457 or 15711589. OLE color: 15711589.
HSL color Cylindrical-coordinate representation of color #65BDEF: hue angle of 201.74º degrees, saturation: 0.81, 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 #65BDEF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 189 | 239 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.06 |
| HSL | 201.74º | 0.81% | 0.67% | - |
| HSV(B) | 201.74º | 0.58% | 0.94% | - |
| XYZ | 39.14 | 45.39 | 88.36 | - |
| YUV | 168.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 239 | 0.58 | 0.21 | 0 | 0.06 | 201.74 | 0.81 | 0.67 |
| Hex | 65 | BD | EF | 3A | 15 | 0 | 6 | CA | 51 | 43 |
| Octal | 145 | 275 | 357 | 72 | 25 | 0 | 6 | 312 | 121 | 103 |
| Binary | 1100101 | 10111101 | 11101111 | 111010 | 10101 | 0 | 110 | 11001010 | 1010001 | 1000011 |
Color Harmonies of #65BDEF
Complementary color
Monochromatic Colors of #65BDEF
Black with #65BDEF
Text Example
Text Example
White with #65BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDEF; }
p { color: rgb(101,189,239); }
H1.HeaderClassName
{
color: #65BDEF;
}
.AnyTagClassName
{
color: #65BDEF;
}
</style>
background-color css
<style>
a { background-color: #65BDEF; }
a { background-color: rgb(101,189,239); }
div.DivClassName
{
background-color: #65BDEF;
}
.BgClassName
{
background-color: #65BDEF;
}
</style>
border-color css
<style>
span { border-color: #65BDEF; }
span { border-color: rgb(101,189,239); }
td.TdClassName
{
border-color: #65BDEF;
}
.TagClassName
{
border-color: #65BDEF;
}
</style>