Shades of Malibu #69B4DD
Tints of Malibu #69B4DD
RGB
CMYK
RGB Variations
Color information
#69B4DD (or 0x69B4DD) is known color: Malibu. HEX triplet: 69, B4 and DD. RGB value is (105,180,221). Sum of RGB (Red+Green+Blue) = 105+180+221=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #69B4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B4DD is #964B22. Grayscale: #A2A2A2. Windows color (decimal): -9849635 or 14529641. OLE color: 14529641.
HSL color Cylindrical-coordinate representation of color #69B4DD: hue angle of 201.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69B4DD is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 180 | 221 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.13 |
| HSL | 201.21º | 0.63% | 0.64% | - |
| HSV(B) | 201.21º | 0.52% | 0.87% | - |
| XYZ | 35.2 | 40.87 | 74.44 | - |
| YUV | 162.25 | 161.15 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 180 | 221 | 0.52 | 0.19 | 0 | 0.13 | 201.21 | 0.63 | 0.64 |
| Hex | 69 | B4 | DD | 34 | 13 | 0 | D | C9 | 3F | 40 |
| Octal | 151 | 264 | 335 | 64 | 23 | 0 | 15 | 311 | 77 | 100 |
| Binary | 1101001 | 10110100 | 11011101 | 110100 | 10011 | 0 | 1101 | 11001001 | 111111 | 1000000 |
Color Harmonies of #69B4DD
Complementary color
Monochromatic Colors of #69B4DD
Black with #69B4DD
Text Example
Text Example
White with #69B4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B4DD; }
p { color: rgb(105,180,221); }
H1.HeaderClassName
{
color: #69B4DD;
}
.AnyTagClassName
{
color: #69B4DD;
}
</style>
background-color css
<style>
a { background-color: #69B4DD; }
a { background-color: rgb(105,180,221); }
div.DivClassName
{
background-color: #69B4DD;
}
.BgClassName
{
background-color: #69B4DD;
}
</style>
border-color css
<style>
span { border-color: #69B4DD; }
span { border-color: rgb(105,180,221); }
td.TdClassName
{
border-color: #69B4DD;
}
.TagClassName
{
border-color: #69B4DD;
}
</style>