Shades of Malibu #63B0ED
Tints of Malibu #63B0ED
RGB
CMYK
RGB Variations
Color information
#63B0ED (or 0x63B0ED) is known color: Malibu. HEX triplet: 63, B0 and ED. RGB value is (99,176,237). Sum of RGB (Red+Green+Blue) = 99+176+237=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #63B0ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63B0ED is #9C4F12. Grayscale: #9F9F9F. Windows color (decimal): -10243859 or 15577187. OLE color: 15577187.
HSL color Cylindrical-coordinate representation of color #63B0ED: hue angle of 206.52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63B0ED is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 176 | 237 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.07 |
| HSL | 206.52º | 0.79% | 0.66% | - |
| HSV(B) | 206.52º | 0.58% | 0.93% | - |
| XYZ | 35.96 | 39.82 | 85.91 | - |
| YUV | 159.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 237 | 0.58 | 0.26 | 0 | 0.07 | 206.52 | 0.79 | 0.66 |
| Hex | 63 | B0 | ED | 3A | 1A | 0 | 7 | CF | 4F | 42 |
| Octal | 143 | 260 | 355 | 72 | 32 | 0 | 7 | 317 | 117 | 102 |
| Binary | 1100011 | 10110000 | 11101101 | 111010 | 11010 | 0 | 111 | 11001111 | 1001111 | 1000010 |
Color Harmonies of #63B0ED
Complementary color
Monochromatic Colors of #63B0ED
Black with #63B0ED
Text Example
Text Example
White with #63B0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B0ED; }
p { color: rgb(99,176,237); }
H1.HeaderClassName
{
color: #63B0ED;
}
.AnyTagClassName
{
color: #63B0ED;
}
</style>
background-color css
<style>
a { background-color: #63B0ED; }
a { background-color: rgb(99,176,237); }
div.DivClassName
{
background-color: #63B0ED;
}
.BgClassName
{
background-color: #63B0ED;
}
</style>
border-color css
<style>
span { border-color: #63B0ED; }
span { border-color: rgb(99,176,237); }
td.TdClassName
{
border-color: #63B0ED;
}
.TagClassName
{
border-color: #63B0ED;
}
</style>