Shades of Malibu #74BCDF
Tints of Malibu #74BCDF
RGB
CMYK
RGB Variations
Color information
#74BCDF (or 0x74BCDF) is known color: Malibu. HEX triplet: 74, BC and DF. RGB value is (116,188,223). Sum of RGB (Red+Green+Blue) = 116+188+223=527 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.01% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #74BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BCDF is #8B4320. Grayscale: #AAAAAA. Windows color (decimal): -9126689 or 14662772. OLE color: 14662772.
HSL color Cylindrical-coordinate representation of color #74BCDF: hue angle of 199.63º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74BCDF is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 188 | 223 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.13 |
| HSL | 199.63º | 0.63% | 0.66% | - |
| HSV(B) | 199.63º | 0.48% | 0.87% | - |
| XYZ | 38.5 | 45.01 | 76.47 | - |
| YUV | 170.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 223 | 0.48 | 0.16 | 0 | 0.13 | 199.63 | 0.63 | 0.66 |
| Hex | 74 | BC | DF | 30 | 10 | 0 | D | C8 | 3F | 42 |
| Octal | 164 | 274 | 337 | 60 | 20 | 0 | 15 | 310 | 77 | 102 |
| Binary | 1110100 | 10111100 | 11011111 | 110000 | 10000 | 0 | 1101 | 11001000 | 111111 | 1000010 |
Color Harmonies of #74BCDF
Complementary color
Monochromatic Colors of #74BCDF
Black with #74BCDF
Text Example
Text Example
White with #74BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BCDF; }
p { color: rgb(116,188,223); }
H1.HeaderClassName
{
color: #74BCDF;
}
.AnyTagClassName
{
color: #74BCDF;
}
</style>
background-color css
<style>
a { background-color: #74BCDF; }
a { background-color: rgb(116,188,223); }
div.DivClassName
{
background-color: #74BCDF;
}
.BgClassName
{
background-color: #74BCDF;
}
</style>
border-color css
<style>
span { border-color: #74BCDF; }
span { border-color: rgb(116,188,223); }
td.TdClassName
{
border-color: #74BCDF;
}
.TagClassName
{
border-color: #74BCDF;
}
</style>