Shades of Malibu #67ADF1
Tints of Malibu #67ADF1
RGB
CMYK
RGB Variations
Color information
#67ADF1 (or 0x67ADF1) is known color: Malibu. HEX triplet: 67, AD and F1. RGB value is (103,173,241). Sum of RGB (Red+Green+Blue) = 103+173+241=517 (68% of max value = 765). Red value is 103 (40.62% from 255 or 19.92% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #67ADF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67ADF1 is #98520E. Grayscale: #9F9F9F. Windows color (decimal): -9982479 or 15838567. OLE color: 15838567.
HSL color Cylindrical-coordinate representation of color #67ADF1: hue angle of 209.57º 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 #67ADF1 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 173 | 241 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.05 |
| HSL | 209.57º | 0.83% | 0.67% | - |
| HSV(B) | 209.57º | 0.57% | 0.95% | - |
| XYZ | 36.41 | 39.12 | 88.85 | - |
| YUV | 159.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 173 | 241 | 0.57 | 0.28 | 0 | 0.05 | 209.57 | 0.83 | 0.67 |
| Hex | 67 | AD | F1 | 39 | 1C | 0 | 5 | D2 | 53 | 43 |
| Octal | 147 | 255 | 361 | 71 | 34 | 0 | 5 | 322 | 123 | 103 |
| Binary | 1100111 | 10101101 | 11110001 | 111001 | 11100 | 0 | 101 | 11010010 | 1010011 | 1000011 |
Color Harmonies of #67ADF1
Complementary color
Monochromatic Colors of #67ADF1
Black with #67ADF1
Text Example
Text Example
White with #67ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67ADF1; }
p { color: rgb(103,173,241); }
H1.HeaderClassName
{
color: #67ADF1;
}
.AnyTagClassName
{
color: #67ADF1;
}
</style>
background-color css
<style>
a { background-color: #67ADF1; }
a { background-color: rgb(103,173,241); }
div.DivClassName
{
background-color: #67ADF1;
}
.BgClassName
{
background-color: #67ADF1;
}
</style>
border-color css
<style>
span { border-color: #67ADF1; }
span { border-color: rgb(103,173,241); }
td.TdClassName
{
border-color: #67ADF1;
}
.TagClassName
{
border-color: #67ADF1;
}
</style>