#65B8DC

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

Shades of Malibu #65B8DC

Tints of Malibu #65B8DC

Color information

#65B8DC (or 0x65B8DC) is unknown color: approx Malibu. HEX triplet: 65, B8 and DC. RGB value is (101,184,220). Sum of RGB (Red+Green+Blue) = 101+184+220=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #65B8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8DC is #9A4723. Grayscale: #A3A3A3. Windows color (decimal): -10110756 or 14465125. OLE color: 14465125.

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

Color convert

RGB101184220-
CMYK0.540.1600.14
HSL198.15º62.96%62.94%-
HSV(B)198.15º54.09%86.27%-
XYZ35.4342.2173.99-
YUV163.2916083.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20%
GREEN value IS 184 (72.27% from 255) = 36.44%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=20%
G=36.44%
B=43.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011842200.540.1600.14198.1562.9662.94
Hex65B8DC36100Ec63f3f
Octal14527033466200163067777
Binary11001011011100011011100110110100000111011000110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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