Shades of Malibu #65B5F2
Tints of Malibu #65B5F2
RGB
CMYK
RGB Variations
Color information
#65B5F2 (or 0x65B5F2) is known color: Malibu. HEX triplet: 65, B5 and F2. RGB value is (101,181,242). Sum of RGB (Red+Green+Blue) = 101+181+242=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #65B5F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B5F2 is #9A4A0D. Grayscale: #A3A3A3. Windows color (decimal): -10111502 or 15906149. OLE color: 15906149.
HSL color Cylindrical-coordinate representation of color #65B5F2: hue angle of 205.96º degrees, saturation: 0.84, 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 #65B5F2 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 181 | 242 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.05 |
| HSL | 205.96º | 0.84% | 0.67% | - |
| HSV(B) | 205.96º | 0.58% | 0.95% | - |
| XYZ | 37.92 | 42.23 | 90.16 | - |
| YUV | 164.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 242 | 0.58 | 0.25 | 0 | 0.05 | 205.96 | 0.84 | 0.67 |
| Hex | 65 | B5 | F2 | 3A | 19 | 0 | 5 | CE | 54 | 43 |
| Octal | 145 | 265 | 362 | 72 | 31 | 0 | 5 | 316 | 124 | 103 |
| Binary | 1100101 | 10110101 | 11110010 | 111010 | 11001 | 0 | 101 | 11001110 | 1010100 | 1000011 |
Color Harmonies of #65B5F2
Complementary color
Monochromatic Colors of #65B5F2
Black with #65B5F2
Text Example
Text Example
White with #65B5F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B5F2; }
p { color: rgb(101,181,242); }
H1.HeaderClassName
{
color: #65B5F2;
}
.AnyTagClassName
{
color: #65B5F2;
}
</style>
background-color css
<style>
a { background-color: #65B5F2; }
a { background-color: rgb(101,181,242); }
div.DivClassName
{
background-color: #65B5F2;
}
.BgClassName
{
background-color: #65B5F2;
}
</style>
border-color css
<style>
span { border-color: #65B5F2; }
span { border-color: rgb(101,181,242); }
td.TdClassName
{
border-color: #65B5F2;
}
.TagClassName
{
border-color: #65B5F2;
}
</style>