Shades of Malibu #5DAFDF
Tints of Malibu #5DAFDF
RGB
CMYK
RGB Variations
Color information
#5DAFDF (or 0x5DAFDF) is known color: Malibu. HEX triplet: 5D, AF and DF. RGB value is (93,175,223). Sum of RGB (Red+Green+Blue) = 93+175+223=491 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.94% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #5DAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DAFDF is #A25020. Grayscale: #9B9B9B. Windows color (decimal): -10637345 or 14659421. OLE color: 14659421.
HSL color Cylindrical-coordinate representation of color #5DAFDF: hue angle of 202.15º degrees, saturation: 0.67, 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 #5DAFDF is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 175 | 223 | - |
| CMYK | 0.58 | 0.22 | 0 | 0.13 |
| HSL | 202.15º | 0.67% | 0.62% | - |
| HSV(B) | 202.15º | 0.58% | 0.87% | - |
| XYZ | 33.16 | 38.31 | 75.46 | - |
| YUV | 155.95 | 165.83 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 175 | 223 | 0.58 | 0.22 | 0 | 0.13 | 202.15 | 0.67 | 0.62 |
| Hex | 5D | AF | DF | 3A | 16 | 0 | D | CA | 43 | 3E |
| Octal | 135 | 257 | 337 | 72 | 26 | 0 | 15 | 312 | 103 | 76 |
| Binary | 1011101 | 10101111 | 11011111 | 111010 | 10110 | 0 | 1101 | 11001010 | 1000011 | 111110 |
Color Harmonies of #5DAFDF
Complementary color
Monochromatic Colors of #5DAFDF
Black with #5DAFDF
Text Example
Text Example
White with #5DAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAFDF; }
p { color: rgb(93,175,223); }
H1.HeaderClassName
{
color: #5DAFDF;
}
.AnyTagClassName
{
color: #5DAFDF;
}
</style>
background-color css
<style>
a { background-color: #5DAFDF; }
a { background-color: rgb(93,175,223); }
div.DivClassName
{
background-color: #5DAFDF;
}
.BgClassName
{
background-color: #5DAFDF;
}
</style>
border-color css
<style>
span { border-color: #5DAFDF; }
span { border-color: rgb(93,175,223); }
td.TdClassName
{
border-color: #5DAFDF;
}
.TagClassName
{
border-color: #5DAFDF;
}
</style>