Shades of Malibu #65C8ED
Tints of Malibu #65C8ED
RGB
CMYK
RGB Variations
Color information
#65C8ED (or 0x65C8ED) is known color: Malibu. HEX triplet: 65, C8 and ED. RGB value is (101,200,237). Sum of RGB (Red+Green+Blue) = 101+200+237=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 200 (78.52% from 255 or 37.17% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #65C8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C8ED is #9A3712. Grayscale: #AEAEAE. Windows color (decimal): -10106643 or 15583333. OLE color: 15583333.
HSL color Cylindrical-coordinate representation of color #65C8ED: hue angle of 196.32º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65C8ED is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 101 | 200 | 237 | - |
CMYK | 0.57 | 0.16 | 0 | 0.07 |
HSL | 196.32º | 0.79% | 0.66% | - |
HSV(B) | 196.32º | 0.57% | 0.93% | - |
XYZ | 41.31 | 50.19 | 87.63 | - |
YUV | 174.62 | 163.2 | 75.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 101 | 200 | 237 | 0.57 | 0.16 | 0 | 0.07 | 196.32 | 0.79 | 0.66 |
Hex | 65 | C8 | ED | 39 | 10 | 0 | 7 | C4 | 4F | 42 |
Octal | 145 | 310 | 355 | 71 | 20 | 0 | 7 | 304 | 117 | 102 |
Binary | 1100101 | 11001000 | 11101101 | 111001 | 10000 | 0 | 111 | 11000100 | 1001111 | 1000010 |
Color Harmonies of #65C8ED
Complementary color
Monochromatic Colors of #65C8ED
Black with #65C8ED
Text Example
Text Example
White with #65C8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8ED; }
p { color: rgb(101,200,237); }
H1.HeaderClassName
{
color: #65C8ED;
}
.AnyTagClassName
{
color: #65C8ED;
}
</style>
background-color css
<style>
a { background-color: #65C8ED; }
a { background-color: rgb(101,200,237); }
div.DivClassName
{
background-color: #65C8ED;
}
.BgClassName
{
background-color: #65C8ED;
}
</style>
border-color css
<style>
span { border-color: #65C8ED; }
span { border-color: rgb(101,200,237); }
td.TdClassName
{
border-color: #65C8ED;
}
.TagClassName
{
border-color: #65C8ED;
}
</style>