Shades of Malibu #74BEDF
Tints of Malibu #74BEDF
RGB
CMYK
RGB Variations
Color information
#74BEDF (or 0x74BEDF) is known color: Malibu. HEX triplet: 74, BE and DF. RGB value is (116,190,223). Sum of RGB (Red+Green+Blue) = 116+190+223=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #74BEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEDF is #8B4120. Grayscale: #ABABAB. Windows color (decimal): -9126177 or 14663284. OLE color: 14663284.
HSL color Cylindrical-coordinate representation of color #74BEDF: hue angle of 198.5º 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 #74BEDF is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 190 | 223 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.13 |
| HSL | 198.5º | 0.63% | 0.66% | - |
| HSV(B) | 198.5º | 0.48% | 0.87% | - |
| XYZ | 38.94 | 45.87 | 76.61 | - |
| YUV | 171.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 223 | 0.48 | 0.15 | 0 | 0.13 | 198.5 | 0.63 | 0.66 |
| Hex | 74 | BE | DF | 30 | F | 0 | D | C7 | 3F | 42 |
| Octal | 164 | 276 | 337 | 60 | 17 | 0 | 15 | 307 | 77 | 102 |
| Binary | 1110100 | 10111110 | 11011111 | 110000 | 1111 | 0 | 1101 | 11000111 | 111111 | 1000010 |
Color Harmonies of #74BEDF
Complementary color
Monochromatic Colors of #74BEDF
Black with #74BEDF
Text Example
Text Example
White with #74BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEDF; }
p { color: rgb(116,190,223); }
H1.HeaderClassName
{
color: #74BEDF;
}
.AnyTagClassName
{
color: #74BEDF;
}
</style>
background-color css
<style>
a { background-color: #74BEDF; }
a { background-color: rgb(116,190,223); }
div.DivClassName
{
background-color: #74BEDF;
}
.BgClassName
{
background-color: #74BEDF;
}
</style>
border-color css
<style>
span { border-color: #74BEDF; }
span { border-color: rgb(116,190,223); }
td.TdClassName
{
border-color: #74BEDF;
}
.TagClassName
{
border-color: #74BEDF;
}
</style>