#65C4DB

Color #65C4DB Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #65C4DB

Tints of Malibu #65C4DB

Color information

#65C4DB (or 0x65C4DB) is unknown color: approx Malibu. HEX triplet: 65, C4 and DB. RGB value is (101,196,219). Sum of RGB (Red+Green+Blue) = 101+196+219=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #65C4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C4DB is #9A3B24. Grayscale: #AAAAAA. Windows color (decimal): -10107685 or 14402661. OLE color: 14402661.

HSL color Cylindrical-coordinate representation of color #65C4DB: hue angle of 191.69º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C4DB is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101196219-
CMYK0.540.1100.14
HSL191.69º62.11%62.75%-
HSV(B)191.69º53.88%85.88%-
XYZ37.8947.3674.16-
YUV170.22155.5378.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 19.57%
GREEN value IS 196 (76.95% from 255) = 37.98%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=19.57%
G=37.98%
B=42.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011962190.540.1100.14191.6962.1162.75
Hex65C4DB36B0Ec03e3f
Octal14530433366130163007677
Binary1100101110001001101101111011010110111011000000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65C4DB; }

 p { color: rgb(101,196,219); }

 H1.HeaderClassName
 {
   color: #65C4DB;
 }
 .AnyTagClassName
 {
   color: #65C4DB;
 }
</style>
background-color css

<style>
 a { background-color: #65C4DB; }

 a { background-color: rgb(101,196,219); }

 div.DivClassName
 {
   background-color: #65C4DB;
 }
 .BgClassName
 {
   background-color: #65C4DB;
 }
</style>
border-color css

<style>
 span { border-color: #65C4DB; }

 span { border-color: rgb(101,196,219); }

 td.TdClassName
 {
   border-color: #65C4DB;
 }
 .TagClassName
 {
   border-color: #65C4DB;
 }
</style>