Shades of Malibu #63AFDA
Tints of Malibu #63AFDA
RGB
CMYK
RGB Variations
Color information
#63AFDA (or 0x63AFDA) is known color: Malibu. HEX triplet: 63, AF and DA. RGB value is (99,175,218). Sum of RGB (Red+Green+Blue) = 99+175+218=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #63AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFDA is #9C5025. Grayscale: #9C9C9C. Windows color (decimal): -10244134 or 14331747. OLE color: 14331747.
HSL color Cylindrical-coordinate representation of color #63AFDA: hue angle of 201.68º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63AFDA is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 175 | 218 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.15 |
| HSL | 201.68º | 0.62% | 0.62% | - |
| HSV(B) | 201.68º | 0.55% | 0.85% | - |
| XYZ | 33.13 | 38.37 | 71.99 | - |
| YUV | 157.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 218 | 0.55 | 0.20 | 0 | 0.15 | 201.68 | 0.62 | 0.62 |
| Hex | 63 | AF | DA | 37 | 14 | 0 | F | CA | 3E | 3E |
| Octal | 143 | 257 | 332 | 67 | 24 | 0 | 17 | 312 | 76 | 76 |
| Binary | 1100011 | 10101111 | 11011010 | 110111 | 10100 | 0 | 1111 | 11001010 | 111110 | 111110 |
Color Harmonies of #63AFDA
Complementary color
Monochromatic Colors of #63AFDA
Black with #63AFDA
Text Example
Text Example
White with #63AFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFDA; }
p { color: rgb(99,175,218); }
H1.HeaderClassName
{
color: #63AFDA;
}
.AnyTagClassName
{
color: #63AFDA;
}
</style>
background-color css
<style>
a { background-color: #63AFDA; }
a { background-color: rgb(99,175,218); }
div.DivClassName
{
background-color: #63AFDA;
}
.BgClassName
{
background-color: #63AFDA;
}
</style>
border-color css
<style>
span { border-color: #63AFDA; }
span { border-color: rgb(99,175,218); }
td.TdClassName
{
border-color: #63AFDA;
}
.TagClassName
{
border-color: #63AFDA;
}
</style>