Shades of Malibu #64C1ED
Tints of Malibu #64C1ED
RGB
CMYK
RGB Variations
Color information
#64C1ED (or 0x64C1ED) is known color: Malibu. HEX triplet: 64, C1 and ED. RGB value is (100,193,237). Sum of RGB (Red+Green+Blue) = 100+193+237=530 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.87% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #64C1ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64C1ED is #9B3E12. Grayscale: #A9A9A9. Windows color (decimal): -10173971 or 15581540. OLE color: 15581540.
HSL color Cylindrical-coordinate representation of color #64C1ED: hue angle of 199.27º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64C1ED is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 193 | 237 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 199.27º | 0.79% | 0.66% | - |
| HSV(B) | 199.27º | 0.58% | 0.93% | - |
| XYZ | 39.61 | 46.96 | 87.1 | - |
| YUV | 170.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 193 | 237 | 0.58 | 0.19 | 0 | 0.07 | 199.27 | 0.79 | 0.66 |
| Hex | 64 | C1 | ED | 3A | 13 | 0 | 7 | C7 | 4F | 42 |
| Octal | 144 | 301 | 355 | 72 | 23 | 0 | 7 | 307 | 117 | 102 |
| Binary | 1100100 | 11000001 | 11101101 | 111010 | 10011 | 0 | 111 | 11000111 | 1001111 | 1000010 |
Color Harmonies of #64C1ED
Complementary color
Monochromatic Colors of #64C1ED
Black with #64C1ED
Text Example
Text Example
White with #64C1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64C1ED; }
p { color: rgb(100,193,237); }
H1.HeaderClassName
{
color: #64C1ED;
}
.AnyTagClassName
{
color: #64C1ED;
}
</style>
background-color css
<style>
a { background-color: #64C1ED; }
a { background-color: rgb(100,193,237); }
div.DivClassName
{
background-color: #64C1ED;
}
.BgClassName
{
background-color: #64C1ED;
}
</style>
border-color css
<style>
span { border-color: #64C1ED; }
span { border-color: rgb(100,193,237); }
td.TdClassName
{
border-color: #64C1ED;
}
.TagClassName
{
border-color: #64C1ED;
}
</style>