Shades of Malibu #63BEEC
Tints of Malibu #63BEEC
RGB
CMYK
RGB Variations
Color information
#63BEEC (or 0x63BEEC) is known color: Malibu. HEX triplet: 63, BE and EC. RGB value is (99,190,236). Sum of RGB (Red+Green+Blue) = 99+190+236=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #63BEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BEEC is #9C4113. Grayscale: #A7A7A7. Windows color (decimal): -10240276 or 15515235. OLE color: 15515235.
HSL color Cylindrical-coordinate representation of color #63BEEC: hue angle of 200.15º degrees, saturation: 0.78, 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 #63BEEC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 190 | 236 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 200.15º | 0.78% | 0.66% | - |
| HSV(B) | 200.15º | 0.58% | 0.93% | - |
| XYZ | 38.7 | 45.54 | 86.11 | - |
| YUV | 168.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 236 | 0.58 | 0.19 | 0 | 0.07 | 200.15 | 0.78 | 0.66 |
| Hex | 63 | BE | EC | 3A | 13 | 0 | 7 | C8 | 4E | 42 |
| Octal | 143 | 276 | 354 | 72 | 23 | 0 | 7 | 310 | 116 | 102 |
| Binary | 1100011 | 10111110 | 11101100 | 111010 | 10011 | 0 | 111 | 11001000 | 1001110 | 1000010 |
Color Harmonies of #63BEEC
Complementary color
Monochromatic Colors of #63BEEC
Black with #63BEEC
Text Example
Text Example
White with #63BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEEC; }
p { color: rgb(99,190,236); }
H1.HeaderClassName
{
color: #63BEEC;
}
.AnyTagClassName
{
color: #63BEEC;
}
</style>
background-color css
<style>
a { background-color: #63BEEC; }
a { background-color: rgb(99,190,236); }
div.DivClassName
{
background-color: #63BEEC;
}
.BgClassName
{
background-color: #63BEEC;
}
</style>
border-color css
<style>
span { border-color: #63BEEC; }
span { border-color: rgb(99,190,236); }
td.TdClassName
{
border-color: #63BEEC;
}
.TagClassName
{
border-color: #63BEEC;
}
</style>