Shades of Malibu #74BEE9
Tints of Malibu #74BEE9
RGB
CMYK
RGB Variations
Color information
#74BEE9 (or 0x74BEE9) is known color: Malibu. HEX triplet: 74, BE and E9. RGB value is (116,190,233). Sum of RGB (Red+Green+Blue) = 116+190+233=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #74BEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BEE9 is #8B4116. Grayscale: #ACACAC. Windows color (decimal): -9126167 or 15318644. OLE color: 15318644.
HSL color Cylindrical-coordinate representation of color #74BEE9: hue angle of 202.05º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BEE9 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 190 | 233 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.09 |
| HSL | 202.05º | 0.73% | 0.68% | - |
| HSV(B) | 202.05º | 0.5% | 0.91% | - |
| XYZ | 40.32 | 46.42 | 83.93 | - |
| YUV | 172.78 | 161.98 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 233 | 0.50 | 0.18 | 0 | 0.09 | 202.05 | 0.73 | 0.68 |
| Hex | 74 | BE | E9 | 32 | 12 | 0 | 9 | CA | 49 | 44 |
| Octal | 164 | 276 | 351 | 62 | 22 | 0 | 11 | 312 | 111 | 104 |
| Binary | 1110100 | 10111110 | 11101001 | 110010 | 10010 | 0 | 1001 | 11001010 | 1001001 | 1000100 |
Color Harmonies of #74BEE9
Complementary color
Monochromatic Colors of #74BEE9
Black with #74BEE9
Text Example
Text Example
White with #74BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEE9; }
p { color: rgb(116,190,233); }
H1.HeaderClassName
{
color: #74BEE9;
}
.AnyTagClassName
{
color: #74BEE9;
}
</style>
background-color css
<style>
a { background-color: #74BEE9; }
a { background-color: rgb(116,190,233); }
div.DivClassName
{
background-color: #74BEE9;
}
.BgClassName
{
background-color: #74BEE9;
}
</style>
border-color css
<style>
span { border-color: #74BEE9; }
span { border-color: rgb(116,190,233); }
td.TdClassName
{
border-color: #74BEE9;
}
.TagClassName
{
border-color: #74BEE9;
}
</style>