Shades of Malibu #63C3E7
Tints of Malibu #63C3E7
RGB
CMYK
RGB Variations
Color information
#63C3E7 (or 0x63C3E7) is known color: Malibu. HEX triplet: 63, C3 and E7. RGB value is (99,195,231). Sum of RGB (Red+Green+Blue) = 99+195+231=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #63C3E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C3E7 is #9C3C18. Grayscale: #AAAAAA. Windows color (decimal): -10239001 or 15188835. OLE color: 15188835.
HSL color Cylindrical-coordinate representation of color #63C3E7: hue angle of 196.36º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63C3E7 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 195 | 231 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.09 |
| HSL | 196.36º | 0.73% | 0.65% | - |
| HSV(B) | 196.36º | 0.57% | 0.91% | - |
| XYZ | 39.08 | 47.45 | 82.7 | - |
| YUV | 170.4 | 162.2 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 195 | 231 | 0.57 | 0.16 | 0 | 0.09 | 196.36 | 0.73 | 0.65 |
| Hex | 63 | C3 | E7 | 39 | 10 | 0 | 9 | C4 | 49 | 41 |
| Octal | 143 | 303 | 347 | 71 | 20 | 0 | 11 | 304 | 111 | 101 |
| Binary | 1100011 | 11000011 | 11100111 | 111001 | 10000 | 0 | 1001 | 11000100 | 1001001 | 1000001 |
Color Harmonies of #63C3E7
Complementary color
Monochromatic Colors of #63C3E7
Black with #63C3E7
Text Example
Text Example
White with #63C3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C3E7; }
p { color: rgb(99,195,231); }
H1.HeaderClassName
{
color: #63C3E7;
}
.AnyTagClassName
{
color: #63C3E7;
}
</style>
background-color css
<style>
a { background-color: #63C3E7; }
a { background-color: rgb(99,195,231); }
div.DivClassName
{
background-color: #63C3E7;
}
.BgClassName
{
background-color: #63C3E7;
}
</style>
border-color css
<style>
span { border-color: #63C3E7; }
span { border-color: rgb(99,195,231); }
td.TdClassName
{
border-color: #63C3E7;
}
.TagClassName
{
border-color: #63C3E7;
}
</style>