Shades of Malibu #5CBFDF
Tints of Malibu #5CBFDF
RGB
CMYK
RGB Variations
Color information
#5CBFDF (or 0x5CBFDF) is known color: Malibu. HEX triplet: 5C, BF and DF. RGB value is (92,191,223). Sum of RGB (Red+Green+Blue) = 92+191+223=506 (67% of max value = 765). Red value is 92 (36.33% from 255 or 18.18% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #5CBFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBFDF is #A34020. Grayscale: #A4A4A4. Windows color (decimal): -10698785 or 14663516. OLE color: 14663516.
HSL color Cylindrical-coordinate representation of color #5CBFDF: hue angle of 194.66º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBFDF is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 191 | 223 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.13 |
| HSL | 194.66º | 0.67% | 0.62% | - |
| HSV(B) | 194.66º | 0.59% | 0.87% | - |
| XYZ | 36.36 | 44.86 | 76.56 | - |
| YUV | 165.05 | 160.7 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 191 | 223 | 0.59 | 0.14 | 0 | 0.13 | 194.66 | 0.67 | 0.62 |
| Hex | 5C | BF | DF | 3B | E | 0 | D | C3 | 43 | 3E |
| Octal | 134 | 277 | 337 | 73 | 16 | 0 | 15 | 303 | 103 | 76 |
| Binary | 1011100 | 10111111 | 11011111 | 111011 | 1110 | 0 | 1101 | 11000011 | 1000011 | 111110 |
Color Harmonies of #5CBFDF
Complementary color
Monochromatic Colors of #5CBFDF
Black with #5CBFDF
Text Example
Text Example
White with #5CBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBFDF; }
p { color: rgb(92,191,223); }
H1.HeaderClassName
{
color: #5CBFDF;
}
.AnyTagClassName
{
color: #5CBFDF;
}
</style>
background-color css
<style>
a { background-color: #5CBFDF; }
a { background-color: rgb(92,191,223); }
div.DivClassName
{
background-color: #5CBFDF;
}
.BgClassName
{
background-color: #5CBFDF;
}
</style>
border-color css
<style>
span { border-color: #5CBFDF; }
span { border-color: rgb(92,191,223); }
td.TdClassName
{
border-color: #5CBFDF;
}
.TagClassName
{
border-color: #5CBFDF;
}
</style>