Shades of Malibu #65B8F1
Tints of Malibu #65B8F1
RGB
CMYK
RGB Variations
Color information
#65B8F1 (or 0x65B8F1) is known color: Malibu. HEX triplet: 65, B8 and F1. RGB value is (101,184,241). Sum of RGB (Red+Green+Blue) = 101+184+241=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #65B8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B8F1 is #9A470E. Grayscale: #A5A5A5. Windows color (decimal): -10110735 or 15841381. OLE color: 15841381.
HSL color Cylindrical-coordinate representation of color #65B8F1: hue angle of 204.43º 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 #65B8F1 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 184 | 241 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.05 |
| HSL | 204.43º | 0.83% | 0.67% | - |
| HSV(B) | 204.43º | 0.58% | 0.95% | - |
| XYZ | 38.38 | 43.4 | 89.57 | - |
| YUV | 165.68 | 170.5 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 241 | 0.58 | 0.24 | 0 | 0.05 | 204.43 | 0.83 | 0.67 |
| Hex | 65 | B8 | F1 | 3A | 18 | 0 | 5 | CC | 53 | 43 |
| Octal | 145 | 270 | 361 | 72 | 30 | 0 | 5 | 314 | 123 | 103 |
| Binary | 1100101 | 10111000 | 11110001 | 111010 | 11000 | 0 | 101 | 11001100 | 1010011 | 1000011 |
Color Harmonies of #65B8F1
Complementary color
Monochromatic Colors of #65B8F1
Black with #65B8F1
Text Example
Text Example
White with #65B8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8F1; }
p { color: rgb(101,184,241); }
H1.HeaderClassName
{
color: #65B8F1;
}
.AnyTagClassName
{
color: #65B8F1;
}
</style>
background-color css
<style>
a { background-color: #65B8F1; }
a { background-color: rgb(101,184,241); }
div.DivClassName
{
background-color: #65B8F1;
}
.BgClassName
{
background-color: #65B8F1;
}
</style>
border-color css
<style>
span { border-color: #65B8F1; }
span { border-color: rgb(101,184,241); }
td.TdClassName
{
border-color: #65B8F1;
}
.TagClassName
{
border-color: #65B8F1;
}
</style>