#65B6DA

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

Shades of Malibu #65B6DA

Tints of Malibu #65B6DA

Color information

#65B6DA (or 0x65B6DA) is unknown color: approx Malibu. HEX triplet: 65, B6 and DA. RGB value is (101,182,218). Sum of RGB (Red+Green+Blue) = 101+182+218=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #65B6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B6DA is #9A4925. Grayscale: #A1A1A1. Windows color (decimal): -10111270 or 14333541. OLE color: 14333541.

HSL color Cylindrical-coordinate representation of color #65B6DA: hue angle of 198.46º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65B6DA is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB101182218-
CMYK0.540.1700.15
HSL198.46º61.26%62.55%-
HSV(B)198.46º53.67%85.49%-
XYZ34.7541.2872.47-
YUV161.88159.6684.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.16%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=20.16%
G=36.33%
B=43.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011822180.540.1700.15198.4661.2662.55
Hex65B6DA36110Fc63d3f
Octal14526633266210173067577
Binary11001011011011011011010110110100010111111000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,182,218); }

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

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

 a { background-color: rgb(101,182,218); }

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

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

 span { border-color: rgb(101,182,218); }

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