Shades of Malibu #5DAEEF
Tints of Malibu #5DAEEF
RGB
CMYK
RGB Variations
Color information
#5DAEEF (or 0x5DAEEF) is known color: Malibu. HEX triplet: 5D, AE and EF. RGB value is (93,174,239). Sum of RGB (Red+Green+Blue) = 93+174+239=506 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.38% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #5DAEEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5DAEEF is #A25110. Grayscale: #9C9C9C. Windows color (decimal): -10637585 or 15707741. OLE color: 15707741.
HSL color Cylindrical-coordinate representation of color #5DAEEF: hue angle of 206.71º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DAEEF is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 93 | 174 | 239 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.06 |
| HSL | 206.71º | 0.82% | 0.65% | - |
| HSV(B) | 206.71º | 0.61% | 0.94% | - |
| XYZ | 35.23 | 38.83 | 87.3 | - |
| YUV | 157.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 239 | 0.61 | 0.27 | 0 | 0.06 | 206.71 | 0.82 | 0.65 |
| Hex | 5D | AE | EF | 3D | 1B | 0 | 6 | CF | 52 | 41 |
| Octal | 135 | 256 | 357 | 75 | 33 | 0 | 6 | 317 | 122 | 101 |
| Binary | 1011101 | 10101110 | 11101111 | 111101 | 11011 | 0 | 110 | 11001111 | 1010010 | 1000001 |
Color Harmonies of #5DAEEF
Complementary color
Monochromatic Colors of #5DAEEF
Black with #5DAEEF
Text Example
Text Example
White with #5DAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAEEF; }
p { color: rgb(93,174,239); }
H1.HeaderClassName
{
color: #5DAEEF;
}
.AnyTagClassName
{
color: #5DAEEF;
}
</style>
background-color css
<style>
a { background-color: #5DAEEF; }
a { background-color: rgb(93,174,239); }
div.DivClassName
{
background-color: #5DAEEF;
}
.BgClassName
{
background-color: #5DAEEF;
}
</style>
border-color css
<style>
span { border-color: #5DAEEF; }
span { border-color: rgb(93,174,239); }
td.TdClassName
{
border-color: #5DAEEF;
}
.TagClassName
{
border-color: #5DAEEF;
}
</style>