#65ABDB

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

Shades of Malibu #65ABDB

Tints of Malibu #65ABDB

Color information

#65ABDB (or 0x65ABDB) is unknown color: approx Malibu. HEX triplet: 65, AB and DB. RGB value is (101,171,219). Sum of RGB (Red+Green+Blue) = 101+171+219=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #65ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABDB is #9A5424. Grayscale: #9B9B9B. Windows color (decimal): -10114085 or 14396261. OLE color: 14396261.

HSL color Cylindrical-coordinate representation of color #65ABDB: hue angle of 204.41º 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 #65ABDB is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB101171219-
CMYK0.540.2200.14
HSL204.41º62.11%62.75%-
HSV(B)204.41º53.88%85.88%-
XYZ32.7237.0172.44-
YUV155.54163.8189.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=20.57%
G=34.83%
B=44.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011712190.540.2200.14204.4162.1162.75
Hex65ABDB36160Ecc3e3f
Octal14525333366260163147677
Binary11001011010101111011011110110101100111011001100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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