#65C5DD

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

Shades of Malibu #65C5DD

Tints of Malibu #65C5DD

Color information

#65C5DD (or 0x65C5DD) is unknown color: approx Malibu. HEX triplet: 65, C5 and DD. RGB value is (101,197,221). Sum of RGB (Red+Green+Blue) = 101+197+221=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #65C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C5DD is #9A3A22. Grayscale: #AAAAAA. Windows color (decimal): -10107427 or 14533989. OLE color: 14533989.

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

Color convert

RGB101197221-
CMYK0.540.1100.13
HSL192º63.83%63.14%-
HSV(B)192º54.3%86.67%-
XYZ38.3847.9275.63-
YUV171.03156.278.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=19.46%
G=37.96%
B=42.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011972210.540.1100.1319263.8363.14
Hex65C5DD36B0Dc0403f
Octal145305335661301530010077
Binary11001011100010111011101110110101101101110000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,197,221); }

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

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

 a { background-color: rgb(101,197,221); }

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

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

 span { border-color: rgb(101,197,221); }

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