Shades of Malibu #69C1E4
Tints of Malibu #69C1E4
RGB
CMYK
RGB Variations
Color information
#69C1E4 (or 0x69C1E4) is known color: Malibu. HEX triplet: 69, C1 and E4. RGB value is (105,193,228). Sum of RGB (Red+Green+Blue) = 105+193+228=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 193 (75.78% from 255 or 36.69% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #69C1E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C1E4 is #963E1B. Grayscale: #AAAAAA. Windows color (decimal): -9846300 or 14991721. OLE color: 14991721.
HSL color Cylindrical-coordinate representation of color #69C1E4: hue angle of 197.07º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69C1E4 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 193 | 228 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.11 |
| HSL | 197.07º | 0.69% | 0.65% | - |
| HSV(B) | 197.07º | 0.54% | 0.89% | - |
| XYZ | 38.9 | 46.74 | 80.37 | - |
| YUV | 170.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 193 | 228 | 0.54 | 0.15 | 0 | 0.11 | 197.07 | 0.69 | 0.65 |
| Hex | 69 | C1 | E4 | 36 | F | 0 | B | C5 | 45 | 41 |
| Octal | 151 | 301 | 344 | 66 | 17 | 0 | 13 | 305 | 105 | 101 |
| Binary | 1101001 | 11000001 | 11100100 | 110110 | 1111 | 0 | 1011 | 11000101 | 1000101 | 1000001 |
Color Harmonies of #69C1E4
Complementary color
Monochromatic Colors of #69C1E4
Black with #69C1E4
Text Example
Text Example
White with #69C1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C1E4; }
p { color: rgb(105,193,228); }
H1.HeaderClassName
{
color: #69C1E4;
}
.AnyTagClassName
{
color: #69C1E4;
}
</style>
background-color css
<style>
a { background-color: #69C1E4; }
a { background-color: rgb(105,193,228); }
div.DivClassName
{
background-color: #69C1E4;
}
.BgClassName
{
background-color: #69C1E4;
}
</style>
border-color css
<style>
span { border-color: #69C1E4; }
span { border-color: rgb(105,193,228); }
td.TdClassName
{
border-color: #69C1E4;
}
.TagClassName
{
border-color: #69C1E4;
}
</style>