Shades of Malibu #65BCED
Tints of Malibu #65BCED
RGB
CMYK
RGB Variations
Color information
#65BCED (or 0x65BCED) is known color: Malibu. HEX triplet: 65, BC and ED. RGB value is (101,188,237). Sum of RGB (Red+Green+Blue) = 101+188+237=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 188 (73.83% from 255 or 35.74% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #65BCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCED is #9A4312. Grayscale: #A7A7A7. Windows color (decimal): -10109715 or 15580261. OLE color: 15580261.
HSL color Cylindrical-coordinate representation of color #65BCED: hue angle of 201.62º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65BCED is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 188 | 237 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.07 |
| HSL | 201.62º | 0.79% | 0.66% | - |
| HSV(B) | 201.62º | 0.57% | 0.93% | - |
| XYZ | 38.64 | 44.85 | 86.74 | - |
| YUV | 167.57 | 167.18 | 80.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 237 | 0.57 | 0.21 | 0 | 0.07 | 201.62 | 0.79 | 0.66 |
| Hex | 65 | BC | ED | 39 | 15 | 0 | 7 | CA | 4F | 42 |
| Octal | 145 | 274 | 355 | 71 | 25 | 0 | 7 | 312 | 117 | 102 |
| Binary | 1100101 | 10111100 | 11101101 | 111001 | 10101 | 0 | 111 | 11001010 | 1001111 | 1000010 |
Color Harmonies of #65BCED
Complementary color
Monochromatic Colors of #65BCED
Black with #65BCED
Text Example
Text Example
White with #65BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCED; }
p { color: rgb(101,188,237); }
H1.HeaderClassName
{
color: #65BCED;
}
.AnyTagClassName
{
color: #65BCED;
}
</style>
background-color css
<style>
a { background-color: #65BCED; }
a { background-color: rgb(101,188,237); }
div.DivClassName
{
background-color: #65BCED;
}
.BgClassName
{
background-color: #65BCED;
}
</style>
border-color css
<style>
span { border-color: #65BCED; }
span { border-color: rgb(101,188,237); }
td.TdClassName
{
border-color: #65BCED;
}
.TagClassName
{
border-color: #65BCED;
}
</style>