Shades of Malibu #65C3E6
Tints of Malibu #65C3E6
RGB
CMYK
RGB Variations
Color information
#65C3E6 (or 0x65C3E6) is known color: Malibu. HEX triplet: 65, C3 and E6. RGB value is (101,195,230). Sum of RGB (Red+Green+Blue) = 101+195+230=526 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.20% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #65C3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C3E6 is #9A3C19. Grayscale: #AAAAAA. Windows color (decimal): -10107930 or 15123301. OLE color: 15123301.
HSL color Cylindrical-coordinate representation of color #65C3E6: hue angle of 196.28º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65C3E6 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 195 | 230 | - |
| CMYK | 0.56 | 0.15 | 0 | 0.10 |
| HSL | 196.28º | 0.72% | 0.65% | - |
| HSV(B) | 196.28º | 0.56% | 0.9% | - |
| XYZ | 39.16 | 47.51 | 81.97 | - |
| YUV | 170.88 | 161.36 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 230 | 0.56 | 0.15 | 0 | 0.10 | 196.28 | 0.72 | 0.65 |
| Hex | 65 | C3 | E6 | 38 | F | 0 | A | C4 | 48 | 41 |
| Octal | 145 | 303 | 346 | 70 | 17 | 0 | 12 | 304 | 110 | 101 |
| Binary | 1100101 | 11000011 | 11100110 | 111000 | 1111 | 0 | 1010 | 11000100 | 1001000 | 1000001 |
Color Harmonies of #65C3E6
Complementary color
Monochromatic Colors of #65C3E6
Black with #65C3E6
Text Example
Text Example
White with #65C3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C3E6; }
p { color: rgb(101,195,230); }
H1.HeaderClassName
{
color: #65C3E6;
}
.AnyTagClassName
{
color: #65C3E6;
}
</style>
background-color css
<style>
a { background-color: #65C3E6; }
a { background-color: rgb(101,195,230); }
div.DivClassName
{
background-color: #65C3E6;
}
.BgClassName
{
background-color: #65C3E6;
}
</style>
border-color css
<style>
span { border-color: #65C3E6; }
span { border-color: rgb(101,195,230); }
td.TdClassName
{
border-color: #65C3E6;
}
.TagClassName
{
border-color: #65C3E6;
}
</style>