#65A7DF

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

Shades of Malibu #65A7DF

Tints of Malibu #65A7DF

Color information

#65A7DF (or 0x65A7DF) is unknown color: approx Malibu. HEX triplet: 65, A7 and DF. RGB value is (101,167,223). Sum of RGB (Red+Green+Blue) = 101+167+223=491 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.57% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #65A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A7DF is #9A5820. Grayscale: #999999. Windows color (decimal): -10115105 or 14657381. OLE color: 14657381.

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

Color convert

RGB101167223-
CMYK0.550.2500.13
HSL207.54º65.59%63.53%-
HSV(B)207.54º54.71%87.45%-
XYZ32.535.7375-
YUV153.65167.1390.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.57%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 223 (87.5% from 255) = 45.42%
R=20.57%
G=34.01%
B=45.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011672230.550.2500.13207.5465.5963.53
Hex65A7DF37190Dd04240
Octal1452473376731015320102100
Binary1100101101001111101111111011111001011011101000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,223); }

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

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

 a { background-color: rgb(101,167,223); }

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

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

 span { border-color: rgb(101,167,223); }

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