Shades of Malibu #5CAEEE
Tints of Malibu #5CAEEE
RGB
CMYK
RGB Variations
Color information
#5CAEEE (or 0x5CAEEE) is known color: Malibu. HEX triplet: 5C, AE and EE. RGB value is (92,174,238). Sum of RGB (Red+Green+Blue) = 92+174+238=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CAEEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CAEEE is #A35111. Grayscale: #9C9C9C. Windows color (decimal): -10703122 or 15642204. OLE color: 15642204.
HSL color Cylindrical-coordinate representation of color #5CAEEE: hue angle of 206.3º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CAEEE is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 174 | 238 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.07 |
| HSL | 206.3º | 0.81% | 0.65% | - |
| HSV(B) | 206.3º | 0.61% | 0.93% | - |
| XYZ | 34.98 | 38.72 | 86.52 | - |
| YUV | 156.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 238 | 0.61 | 0.27 | 0 | 0.07 | 206.3 | 0.81 | 0.65 |
| Hex | 5C | AE | EE | 3D | 1B | 0 | 7 | CE | 51 | 41 |
| Octal | 134 | 256 | 356 | 75 | 33 | 0 | 7 | 316 | 121 | 101 |
| Binary | 1011100 | 10101110 | 11101110 | 111101 | 11011 | 0 | 111 | 11001110 | 1010001 | 1000001 |
Color Harmonies of #5CAEEE
Complementary color
Monochromatic Colors of #5CAEEE
Black with #5CAEEE
Text Example
Text Example
White with #5CAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAEEE; }
p { color: rgb(92,174,238); }
H1.HeaderClassName
{
color: #5CAEEE;
}
.AnyTagClassName
{
color: #5CAEEE;
}
</style>
background-color css
<style>
a { background-color: #5CAEEE; }
a { background-color: rgb(92,174,238); }
div.DivClassName
{
background-color: #5CAEEE;
}
.BgClassName
{
background-color: #5CAEEE;
}
</style>
border-color css
<style>
span { border-color: #5CAEEE; }
span { border-color: rgb(92,174,238); }
td.TdClassName
{
border-color: #5CAEEE;
}
.TagClassName
{
border-color: #5CAEEE;
}
</style>