Shades of Malibu #5CAFDD
Tints of Malibu #5CAFDD
RGB
CMYK
RGB Variations
Color information
#5CAFDD (or 0x5CAFDD) is known color: Malibu. HEX triplet: 5C, AF and DD. RGB value is (92,175,221). Sum of RGB (Red+Green+Blue) = 92+175+221=488 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.85% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CAFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFDD is #A35022. Grayscale: #9B9B9B. Windows color (decimal): -10702883 or 14528348. OLE color: 14528348.
HSL color Cylindrical-coordinate representation of color #5CAFDD: hue angle of 201.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CAFDD is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 175 | 221 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.13 |
| HSL | 201.4º | 0.65% | 0.61% | - |
| HSV(B) | 201.4º | 0.58% | 0.87% | - |
| XYZ | 32.79 | 38.16 | 74.04 | - |
| YUV | 155.43 | 165 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 221 | 0.58 | 0.21 | 0 | 0.13 | 201.4 | 0.65 | 0.61 |
| Hex | 5C | AF | DD | 3A | 15 | 0 | D | C9 | 41 | 3D |
| Octal | 134 | 257 | 335 | 72 | 25 | 0 | 15 | 311 | 101 | 75 |
| Binary | 1011100 | 10101111 | 11011101 | 111010 | 10101 | 0 | 1101 | 11001001 | 1000001 | 111101 |
Color Harmonies of #5CAFDD
Complementary color
Monochromatic Colors of #5CAFDD
Black with #5CAFDD
Text Example
Text Example
White with #5CAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFDD; }
p { color: rgb(92,175,221); }
H1.HeaderClassName
{
color: #5CAFDD;
}
.AnyTagClassName
{
color: #5CAFDD;
}
</style>
background-color css
<style>
a { background-color: #5CAFDD; }
a { background-color: rgb(92,175,221); }
div.DivClassName
{
background-color: #5CAFDD;
}
.BgClassName
{
background-color: #5CAFDD;
}
</style>
border-color css
<style>
span { border-color: #5CAFDD; }
span { border-color: rgb(92,175,221); }
td.TdClassName
{
border-color: #5CAFDD;
}
.TagClassName
{
border-color: #5CAFDD;
}
</style>