Shades of Malibu #5DAFDE
Tints of Malibu #5DAFDE
RGB
CMYK
RGB Variations
Color information
#5DAFDE (or 0x5DAFDE) is known color: Malibu. HEX triplet: 5D, AF and DE. RGB value is (93,175,222). Sum of RGB (Red+Green+Blue) = 93+175+222=490 (64% of max value = 765). Red value is 93 (36.72% from 255 or 18.98% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #5DAFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFDE is #A25021. Grayscale: #9B9B9B. Windows color (decimal): -10637346 or 14593885. OLE color: 14593885.
HSL color Cylindrical-coordinate representation of color #5DAFDE: hue angle of 201.86º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DAFDE is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 175 | 222 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.13 |
| HSL | 201.86º | 0.66% | 0.62% | - |
| HSV(B) | 201.86º | 0.58% | 0.87% | - |
| XYZ | 33.03 | 38.26 | 74.75 | - |
| YUV | 155.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 222 | 0.58 | 0.21 | 0 | 0.13 | 201.86 | 0.66 | 0.62 |
| Hex | 5D | AF | DE | 3A | 15 | 0 | D | CA | 42 | 3E |
| Octal | 135 | 257 | 336 | 72 | 25 | 0 | 15 | 312 | 102 | 76 |
| Binary | 1011101 | 10101111 | 11011110 | 111010 | 10101 | 0 | 1101 | 11001010 | 1000010 | 111110 |
Color Harmonies of #5DAFDE
Complementary color
Monochromatic Colors of #5DAFDE
Black with #5DAFDE
Text Example
Text Example
White with #5DAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFDE; }
p { color: rgb(93,175,222); }
H1.HeaderClassName
{
color: #5DAFDE;
}
.AnyTagClassName
{
color: #5DAFDE;
}
</style>
background-color css
<style>
a { background-color: #5DAFDE; }
a { background-color: rgb(93,175,222); }
div.DivClassName
{
background-color: #5DAFDE;
}
.BgClassName
{
background-color: #5DAFDE;
}
</style>
border-color css
<style>
span { border-color: #5DAFDE; }
span { border-color: rgb(93,175,222); }
td.TdClassName
{
border-color: #5DAFDE;
}
.TagClassName
{
border-color: #5DAFDE;
}
</style>