Shades of Malibu #67BDF0
Tints of Malibu #67BDF0
RGB
CMYK
RGB Variations
Color information
#67BDF0 (or 0x67BDF0) is known color: Malibu. HEX triplet: 67, BD and F0. RGB value is (103,189,240). Sum of RGB (Red+Green+Blue) = 103+189+240=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #67BDF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BDF0 is #98420F. Grayscale: #A8A8A8. Windows color (decimal): -9978384 or 15777127. OLE color: 15777127.
HSL color Cylindrical-coordinate representation of color #67BDF0: hue angle of 202.34º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BDF0 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 103 | 189 | 240 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.06 |
| HSL | 202.34º | 0.82% | 0.67% | - |
| HSV(B) | 202.34º | 0.57% | 0.94% | - |
| XYZ | 39.52 | 45.57 | 89.15 | - |
| YUV | 169.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 189 | 240 | 0.57 | 0.21 | 0 | 0.06 | 202.34 | 0.82 | 0.67 |
| Hex | 67 | BD | F0 | 39 | 15 | 0 | 6 | CA | 52 | 43 |
| Octal | 147 | 275 | 360 | 71 | 25 | 0 | 6 | 312 | 122 | 103 |
| Binary | 1100111 | 10111101 | 11110000 | 111001 | 10101 | 0 | 110 | 11001010 | 1010010 | 1000011 |
Color Harmonies of #67BDF0
Complementary color
Monochromatic Colors of #67BDF0
Black with #67BDF0
Text Example
Text Example
White with #67BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BDF0; }
p { color: rgb(103,189,240); }
H1.HeaderClassName
{
color: #67BDF0;
}
.AnyTagClassName
{
color: #67BDF0;
}
</style>
background-color css
<style>
a { background-color: #67BDF0; }
a { background-color: rgb(103,189,240); }
div.DivClassName
{
background-color: #67BDF0;
}
.BgClassName
{
background-color: #67BDF0;
}
</style>
border-color css
<style>
span { border-color: #67BDF0; }
span { border-color: rgb(103,189,240); }
td.TdClassName
{
border-color: #67BDF0;
}
.TagClassName
{
border-color: #67BDF0;
}
</style>