#65B7DA

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

Shades of Malibu #65B7DA

Tints of Malibu #65B7DA

Color information

#65B7DA (or 0x65B7DA) is unknown color: approx Malibu. HEX triplet: 65, B7 and DA. RGB value is (101,183,218). Sum of RGB (Red+Green+Blue) = 101+183+218=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #65B7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B7DA is #9A4825. Grayscale: #A2A2A2. Windows color (decimal): -10111014 or 14333797. OLE color: 14333797.

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

Color convert

RGB101183218-
CMYK0.540.1600.15
HSL197.95º61.26%62.55%-
HSV(B)197.95º53.67%85.49%-
XYZ34.9641.772.54-
YUV162.47159.3384.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.12%
GREEN value IS 183 (71.88% from 255) = 36.45%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=20.12%
G=36.45%
B=43.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1011832180.540.1600.15197.9561.2662.55
Hex65B7DA36100Fc63d3f
Octal14526733266200173067577
Binary11001011011011111011010110110100000111111000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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