Shades of Malibu #67ACF1
Tints of Malibu #67ACF1
RGB
CMYK
RGB Variations
Color information
#67ACF1 (or 0x67ACF1) is known color: Malibu. HEX triplet: 67, AC and F1. RGB value is (103,172,241). Sum of RGB (Red+Green+Blue) = 103+172+241=516 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.96% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 241 (94.53% from 255 or 46.71% from 516); Max value from RGB is 241 - color contains mainly: blue. Hex color #67ACF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ACF1 is #98530E. Grayscale: #9E9E9E. Windows color (decimal): -9982735 or 15838311. OLE color: 15838311.
HSL color Cylindrical-coordinate representation of color #67ACF1: hue angle of 210º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67ACF1 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 172 | 241 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.05 |
| HSL | 210º | 0.83% | 0.67% | - |
| HSV(B) | 210º | 0.57% | 0.95% | - |
| XYZ | 36.22 | 38.74 | 88.79 | - |
| YUV | 159.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 172 | 241 | 0.57 | 0.29 | 0 | 0.05 | 210 | 0.83 | 0.67 |
| Hex | 67 | AC | F1 | 39 | 1D | 0 | 5 | D2 | 53 | 43 |
| Octal | 147 | 254 | 361 | 71 | 35 | 0 | 5 | 322 | 123 | 103 |
| Binary | 1100111 | 10101100 | 11110001 | 111001 | 11101 | 0 | 101 | 11010010 | 1010011 | 1000011 |
Color Harmonies of #67ACF1
Complementary color
Monochromatic Colors of #67ACF1
Black with #67ACF1
Text Example
Text Example
White with #67ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ACF1; }
p { color: rgb(103,172,241); }
H1.HeaderClassName
{
color: #67ACF1;
}
.AnyTagClassName
{
color: #67ACF1;
}
</style>
background-color css
<style>
a { background-color: #67ACF1; }
a { background-color: rgb(103,172,241); }
div.DivClassName
{
background-color: #67ACF1;
}
.BgClassName
{
background-color: #67ACF1;
}
</style>
border-color css
<style>
span { border-color: #67ACF1; }
span { border-color: rgb(103,172,241); }
td.TdClassName
{
border-color: #67ACF1;
}
.TagClassName
{
border-color: #67ACF1;
}
</style>