Shades of Malibu #64BEEB
Tints of Malibu #64BEEB
RGB
CMYK
RGB Variations
Color information
#64BEEB (or 0x64BEEB) is known color: Malibu. HEX triplet: 64, BE and EB. RGB value is (100,190,235). Sum of RGB (Red+Green+Blue) = 100+190+235=525 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.05% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #64BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64BEEB is #9B4114. Grayscale: #A7A7A7. Windows color (decimal): -10174741 or 15449700. OLE color: 15449700.
HSL color Cylindrical-coordinate representation of color #64BEEB: hue angle of 200º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64BEEB is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 190 | 235 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.08 |
| HSL | 200º | 0.77% | 0.66% | - |
| HSV(B) | 200º | 0.57% | 0.92% | - |
| XYZ | 38.66 | 45.53 | 85.35 | - |
| YUV | 168.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 190 | 235 | 0.57 | 0.19 | 0 | 0.08 | 200 | 0.77 | 0.66 |
| Hex | 64 | BE | EB | 39 | 13 | 0 | 8 | C8 | 4D | 42 |
| Octal | 144 | 276 | 353 | 71 | 23 | 0 | 10 | 310 | 115 | 102 |
| Binary | 1100100 | 10111110 | 11101011 | 111001 | 10011 | 0 | 1000 | 11001000 | 1001101 | 1000010 |
Color Harmonies of #64BEEB
Complementary color
Monochromatic Colors of #64BEEB
Black with #64BEEB
Text Example
Text Example
White with #64BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64BEEB; }
p { color: rgb(100,190,235); }
H1.HeaderClassName
{
color: #64BEEB;
}
.AnyTagClassName
{
color: #64BEEB;
}
</style>
background-color css
<style>
a { background-color: #64BEEB; }
a { background-color: rgb(100,190,235); }
div.DivClassName
{
background-color: #64BEEB;
}
.BgClassName
{
background-color: #64BEEB;
}
</style>
border-color css
<style>
span { border-color: #64BEEB; }
span { border-color: rgb(100,190,235); }
td.TdClassName
{
border-color: #64BEEB;
}
.TagClassName
{
border-color: #64BEEB;
}
</style>