Shades of Malibu #69B5E5
Tints of Malibu #69B5E5
RGB
CMYK
RGB Variations
Color information
#69B5E5 (or 0x69B5E5) is known color: Malibu. HEX triplet: 69, B5 and E5. RGB value is (105,181,229). Sum of RGB (Red+Green+Blue) = 105+181+229=515 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.39% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 229 - color contains mainly: blue. Hex color #69B5E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69B5E5 is #964A1A. Grayscale: #A3A3A3. Windows color (decimal): -9849371 or 15054185. OLE color: 15054185.
HSL color Cylindrical-coordinate representation of color #69B5E5: hue angle of 203.23º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69B5E5 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 181 | 229 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.10 |
| HSL | 203.23º | 0.7% | 0.65% | - |
| HSV(B) | 203.23º | 0.54% | 0.9% | - |
| XYZ | 36.49 | 41.71 | 80.26 | - |
| YUV | 163.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 181 | 229 | 0.54 | 0.21 | 0 | 0.10 | 203.23 | 0.7 | 0.65 |
| Hex | 69 | B5 | E5 | 36 | 15 | 0 | A | CB | 46 | 41 |
| Octal | 151 | 265 | 345 | 66 | 25 | 0 | 12 | 313 | 106 | 101 |
| Binary | 1101001 | 10110101 | 11100101 | 110110 | 10101 | 0 | 1010 | 11001011 | 1000110 | 1000001 |
Color Harmonies of #69B5E5
Complementary color
Monochromatic Colors of #69B5E5
Black with #69B5E5
Text Example
Text Example
White with #69B5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B5E5; }
p { color: rgb(105,181,229); }
H1.HeaderClassName
{
color: #69B5E5;
}
.AnyTagClassName
{
color: #69B5E5;
}
</style>
background-color css
<style>
a { background-color: #69B5E5; }
a { background-color: rgb(105,181,229); }
div.DivClassName
{
background-color: #69B5E5;
}
.BgClassName
{
background-color: #69B5E5;
}
</style>
border-color css
<style>
span { border-color: #69B5E5; }
span { border-color: rgb(105,181,229); }
td.TdClassName
{
border-color: #69B5E5;
}
.TagClassName
{
border-color: #69B5E5;
}
</style>