Shades of Malibu #5CAFE2
Tints of Malibu #5CAFE2
RGB
CMYK
RGB Variations
Color information
#5CAFE2 (or 0x5CAFE2) is known color: Malibu. HEX triplet: 5C, AF and E2. RGB value is (92,175,226). Sum of RGB (Red+Green+Blue) = 92+175+226=493 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.66% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #5CAFE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CAFE2 is #A3501D. Grayscale: #9B9B9B. Windows color (decimal): -10702878 or 14856028. OLE color: 14856028.
HSL color Cylindrical-coordinate representation of color #5CAFE2: hue angle of 202.84º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CAFE2 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 175 | 226 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.11 |
| HSL | 202.84º | 0.7% | 0.62% | - |
| HSV(B) | 202.84º | 0.59% | 0.89% | - |
| XYZ | 33.47 | 38.43 | 77.6 | - |
| YUV | 156 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 175 | 226 | 0.59 | 0.23 | 0 | 0.11 | 202.84 | 0.7 | 0.62 |
| Hex | 5C | AF | E2 | 3B | 17 | 0 | B | CB | 46 | 3E |
| Octal | 134 | 257 | 342 | 73 | 27 | 0 | 13 | 313 | 106 | 76 |
| Binary | 1011100 | 10101111 | 11100010 | 111011 | 10111 | 0 | 1011 | 11001011 | 1000110 | 111110 |
Color Harmonies of #5CAFE2
Complementary color
Monochromatic Colors of #5CAFE2
Black with #5CAFE2
Text Example
Text Example
White with #5CAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAFE2; }
p { color: rgb(92,175,226); }
H1.HeaderClassName
{
color: #5CAFE2;
}
.AnyTagClassName
{
color: #5CAFE2;
}
</style>
background-color css
<style>
a { background-color: #5CAFE2; }
a { background-color: rgb(92,175,226); }
div.DivClassName
{
background-color: #5CAFE2;
}
.BgClassName
{
background-color: #5CAFE2;
}
</style>
border-color css
<style>
span { border-color: #5CAFE2; }
span { border-color: rgb(92,175,226); }
td.TdClassName
{
border-color: #5CAFE2;
}
.TagClassName
{
border-color: #5CAFE2;
}
</style>