Shades of Malibu #63BCEE
Tints of Malibu #63BCEE
RGB
CMYK
RGB Variations
Color information
#63BCEE (or 0x63BCEE) is known color: Malibu. HEX triplet: 63, BC and EE. RGB value is (99,188,238). Sum of RGB (Red+Green+Blue) = 99+188+238=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #63BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BCEE is #9C4311. Grayscale: #A6A6A6. Windows color (decimal): -10240786 or 15645795. OLE color: 15645795.
HSL color Cylindrical-coordinate representation of color #63BCEE: hue angle of 201.58º degrees, saturation: 0.8, 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 #63BCEE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 188 | 238 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.07 |
| HSL | 201.58º | 0.8% | 0.66% | - |
| HSV(B) | 201.58º | 0.58% | 0.93% | - |
| XYZ | 38.56 | 44.79 | 87.5 | - |
| YUV | 167.09 | 168.01 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 238 | 0.58 | 0.21 | 0 | 0.07 | 201.58 | 0.8 | 0.66 |
| Hex | 63 | BC | EE | 3A | 15 | 0 | 7 | CA | 50 | 42 |
| Octal | 143 | 274 | 356 | 72 | 25 | 0 | 7 | 312 | 120 | 102 |
| Binary | 1100011 | 10111100 | 11101110 | 111010 | 10101 | 0 | 111 | 11001010 | 1010000 | 1000010 |
Color Harmonies of #63BCEE
Complementary color
Monochromatic Colors of #63BCEE
Black with #63BCEE
Text Example
Text Example
White with #63BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCEE; }
p { color: rgb(99,188,238); }
H1.HeaderClassName
{
color: #63BCEE;
}
.AnyTagClassName
{
color: #63BCEE;
}
</style>
background-color css
<style>
a { background-color: #63BCEE; }
a { background-color: rgb(99,188,238); }
div.DivClassName
{
background-color: #63BCEE;
}
.BgClassName
{
background-color: #63BCEE;
}
</style>
border-color css
<style>
span { border-color: #63BCEE; }
span { border-color: rgb(99,188,238); }
td.TdClassName
{
border-color: #63BCEE;
}
.TagClassName
{
border-color: #63BCEE;
}
</style>