#65B1DC

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

Shades of Malibu #65B1DC

Tints of Malibu #65B1DC

Color information

#65B1DC (or 0x65B1DC) is unknown color: approx Malibu. HEX triplet: 65, B1 and DC. RGB value is (101,177,220). Sum of RGB (Red+Green+Blue) = 101+177+220=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #65B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B1DC is #9A4E23. Grayscale: #9E9E9E. Windows color (decimal): -10112548 or 14463333. OLE color: 14463333.

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

Color convert

RGB101177220-
CMYK0.540.2000.14
HSL201.68º62.96%62.94%-
HSV(B)201.68º54.09%86.27%-
XYZ34.0139.3873.52-
YUV159.18162.3286.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.28%
GREEN value IS 177 (69.53% from 255) = 35.54%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=20.28%
G=35.54%
B=44.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011772200.540.2000.14201.6862.9662.94
Hex65B1DC36140Eca3f3f
Octal14526133466240163127777
Binary11001011011000111011100110110101000111011001010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,177,220); }

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

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

 a { background-color: rgb(101,177,220); }

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

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

 span { border-color: rgb(101,177,220); }

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