Shades of Malibu #65B5EE
Tints of Malibu #65B5EE
RGB
CMYK
RGB Variations
Color information
#65B5EE (or 0x65B5EE) is known color: Malibu. HEX triplet: 65, B5 and EE. RGB value is (101,181,238). Sum of RGB (Red+Green+Blue) = 101+181+238=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #65B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B5EE is #9A4A11. Grayscale: #A3A3A3. Windows color (decimal): -10111506 or 15644005. OLE color: 15644005.
HSL color Cylindrical-coordinate representation of color #65B5EE: hue angle of 204.96º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65B5EE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 181 | 238 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.07 |
| HSL | 204.96º | 0.8% | 0.66% | - |
| HSV(B) | 204.96º | 0.58% | 0.93% | - |
| XYZ | 37.32 | 41.99 | 87.03 | - |
| YUV | 163.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 238 | 0.58 | 0.24 | 0 | 0.07 | 204.96 | 0.8 | 0.66 |
| Hex | 65 | B5 | EE | 3A | 18 | 0 | 7 | CD | 50 | 42 |
| Octal | 145 | 265 | 356 | 72 | 30 | 0 | 7 | 315 | 120 | 102 |
| Binary | 1100101 | 10110101 | 11101110 | 111010 | 11000 | 0 | 111 | 11001101 | 1010000 | 1000010 |
Color Harmonies of #65B5EE
Complementary color
Monochromatic Colors of #65B5EE
Black with #65B5EE
Text Example
Text Example
White with #65B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B5EE; }
p { color: rgb(101,181,238); }
H1.HeaderClassName
{
color: #65B5EE;
}
.AnyTagClassName
{
color: #65B5EE;
}
</style>
background-color css
<style>
a { background-color: #65B5EE; }
a { background-color: rgb(101,181,238); }
div.DivClassName
{
background-color: #65B5EE;
}
.BgClassName
{
background-color: #65B5EE;
}
</style>
border-color css
<style>
span { border-color: #65B5EE; }
span { border-color: rgb(101,181,238); }
td.TdClassName
{
border-color: #65B5EE;
}
.TagClassName
{
border-color: #65B5EE;
}
</style>