Shades of Malibu #63BDEF
Tints of Malibu #63BDEF
RGB
CMYK
RGB Variations
Color information
#63BDEF (or 0x63BDEF) is known color: Malibu. HEX triplet: 63, BD and EF. RGB value is (99,189,239). Sum of RGB (Red+Green+Blue) = 99+189+239=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #63BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BDEF is #9C4210. Grayscale: #A7A7A7. Windows color (decimal): -10240529 or 15711587. OLE color: 15711587.
HSL color Cylindrical-coordinate representation of color #63BDEF: hue angle of 201.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63BDEF is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 189 | 239 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.06 |
| HSL | 201.43º | 0.81% | 0.66% | - |
| HSV(B) | 201.43º | 0.59% | 0.94% | - |
| XYZ | 38.92 | 45.28 | 88.35 | - |
| YUV | 167.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 239 | 0.59 | 0.21 | 0 | 0.06 | 201.43 | 0.81 | 0.66 |
| Hex | 63 | BD | EF | 3B | 15 | 0 | 6 | C9 | 51 | 42 |
| Octal | 143 | 275 | 357 | 73 | 25 | 0 | 6 | 311 | 121 | 102 |
| Binary | 1100011 | 10111101 | 11101111 | 111011 | 10101 | 0 | 110 | 11001001 | 1010001 | 1000010 |
Color Harmonies of #63BDEF
Complementary color
Monochromatic Colors of #63BDEF
Black with #63BDEF
Text Example
Text Example
White with #63BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDEF; }
p { color: rgb(99,189,239); }
H1.HeaderClassName
{
color: #63BDEF;
}
.AnyTagClassName
{
color: #63BDEF;
}
</style>
background-color css
<style>
a { background-color: #63BDEF; }
a { background-color: rgb(99,189,239); }
div.DivClassName
{
background-color: #63BDEF;
}
.BgClassName
{
background-color: #63BDEF;
}
</style>
border-color css
<style>
span { border-color: #63BDEF; }
span { border-color: rgb(99,189,239); }
td.TdClassName
{
border-color: #63BDEF;
}
.TagClassName
{
border-color: #63BDEF;
}
</style>