Shades of Malibu #67AFDF
Tints of Malibu #67AFDF
RGB
CMYK
RGB Variations
Color information
#67AFDF (or 0x67AFDF) is known color: Malibu. HEX triplet: 67, AF and DF. RGB value is (103,175,223). Sum of RGB (Red+Green+Blue) = 103+175+223=501 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.56% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #67AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFDF is #985020. Grayscale: #9E9E9E. Windows color (decimal): -9981985 or 14659431. OLE color: 14659431.
HSL color Cylindrical-coordinate representation of color #67AFDF: hue angle of 204º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67AFDF is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 175 | 223 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.13 |
| HSL | 204º | 0.65% | 0.64% | - |
| HSV(B) | 204º | 0.54% | 0.87% | - |
| XYZ | 34.24 | 38.87 | 75.51 | - |
| YUV | 158.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 175 | 223 | 0.54 | 0.22 | 0 | 0.13 | 204 | 0.65 | 0.64 |
| Hex | 67 | AF | DF | 36 | 16 | 0 | D | CC | 41 | 40 |
| Octal | 147 | 257 | 337 | 66 | 26 | 0 | 15 | 314 | 101 | 100 |
| Binary | 1100111 | 10101111 | 11011111 | 110110 | 10110 | 0 | 1101 | 11001100 | 1000001 | 1000000 |
Color Harmonies of #67AFDF
Complementary color
Monochromatic Colors of #67AFDF
Black with #67AFDF
Text Example
Text Example
White with #67AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67AFDF; }
p { color: rgb(103,175,223); }
H1.HeaderClassName
{
color: #67AFDF;
}
.AnyTagClassName
{
color: #67AFDF;
}
</style>
background-color css
<style>
a { background-color: #67AFDF; }
a { background-color: rgb(103,175,223); }
div.DivClassName
{
background-color: #67AFDF;
}
.BgClassName
{
background-color: #67AFDF;
}
</style>
border-color css
<style>
span { border-color: #67AFDF; }
span { border-color: rgb(103,175,223); }
td.TdClassName
{
border-color: #67AFDF;
}
.TagClassName
{
border-color: #67AFDF;
}
</style>