Shades of Malibu #63B2CF
Tints of Malibu #63B2CF
RGB
CMYK
RGB Variations
Color information
#63B2CF (or 0x63B2CF) is known color: Malibu. HEX triplet: 63, B2 and CF. RGB value is (99,178,207). Sum of RGB (Red+Green+Blue) = 99+178+207=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #63B2CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B2CF is #9C4D30. Grayscale: #9D9D9D. Windows color (decimal): -10243377 or 13611619. OLE color: 13611619.
HSL color Cylindrical-coordinate representation of color #63B2CF: hue angle of 196.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63B2CF is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 178 | 207 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.19 |
| HSL | 196.11º | 0.53% | 0.6% | - |
| HSV(B) | 196.11º | 0.52% | 0.81% | - |
| XYZ | 32.33 | 39 | 64.86 | - |
| YUV | 157.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 178 | 207 | 0.52 | 0.14 | 0 | 0.19 | 196.11 | 0.53 | 0.6 |
| Hex | 63 | B2 | CF | 34 | E | 0 | 13 | C4 | 35 | 3C |
| Octal | 143 | 262 | 317 | 64 | 16 | 0 | 23 | 304 | 65 | 74 |
| Binary | 1100011 | 10110010 | 11001111 | 110100 | 1110 | 0 | 10011 | 11000100 | 110101 | 111100 |
Color Harmonies of #63B2CF
Complementary color
Monochromatic Colors of #63B2CF
Black with #63B2CF
Text Example
Text Example
White with #63B2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B2CF; }
p { color: rgb(99,178,207); }
H1.HeaderClassName
{
color: #63B2CF;
}
.AnyTagClassName
{
color: #63B2CF;
}
</style>
background-color css
<style>
a { background-color: #63B2CF; }
a { background-color: rgb(99,178,207); }
div.DivClassName
{
background-color: #63B2CF;
}
.BgClassName
{
background-color: #63B2CF;
}
</style>
border-color css
<style>
span { border-color: #63B2CF; }
span { border-color: rgb(99,178,207); }
td.TdClassName
{
border-color: #63B2CF;
}
.TagClassName
{
border-color: #63B2CF;
}
</style>