Shades of Malibu #74BEE6
Tints of Malibu #74BEE6
RGB
CMYK
RGB Variations
Color information
#74BEE6 (or 0x74BEE6) is known color: Malibu. HEX triplet: 74, BE and E6. RGB value is (116,190,230). Sum of RGB (Red+Green+Blue) = 116+190+230=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #74BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74BEE6 is #8B4119. Grayscale: #ACACAC. Windows color (decimal): -9126170 or 15122036. OLE color: 15122036.
HSL color Cylindrical-coordinate representation of color #74BEE6: hue angle of 201.05º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74BEE6 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 190 | 230 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.10 |
| HSL | 201.05º | 0.7% | 0.68% | - |
| HSV(B) | 201.05º | 0.5% | 0.9% | - |
| XYZ | 39.9 | 46.25 | 81.69 | - |
| YUV | 172.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 190 | 230 | 0.50 | 0.17 | 0 | 0.10 | 201.05 | 0.7 | 0.68 |
| Hex | 74 | BE | E6 | 32 | 11 | 0 | A | C9 | 46 | 44 |
| Octal | 164 | 276 | 346 | 62 | 21 | 0 | 12 | 311 | 106 | 104 |
| Binary | 1110100 | 10111110 | 11100110 | 110010 | 10001 | 0 | 1010 | 11001001 | 1000110 | 1000100 |
Color Harmonies of #74BEE6
Complementary color
Monochromatic Colors of #74BEE6
Black with #74BEE6
Text Example
Text Example
White with #74BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BEE6; }
p { color: rgb(116,190,230); }
H1.HeaderClassName
{
color: #74BEE6;
}
.AnyTagClassName
{
color: #74BEE6;
}
</style>
background-color css
<style>
a { background-color: #74BEE6; }
a { background-color: rgb(116,190,230); }
div.DivClassName
{
background-color: #74BEE6;
}
.BgClassName
{
background-color: #74BEE6;
}
</style>
border-color css
<style>
span { border-color: #74BEE6; }
span { border-color: rgb(116,190,230); }
td.TdClassName
{
border-color: #74BEE6;
}
.TagClassName
{
border-color: #74BEE6;
}
</style>