#65B0D0

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

Shades of Malibu #65B0D0

Tints of Malibu #65B0D0

Color information

#65B0D0 (or 0x65B0D0) is unknown color: approx Malibu. HEX triplet: 65, B0 and D0. RGB value is (101,176,208). Sum of RGB (Red+Green+Blue) = 101+176+208=485 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.82% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 208 (81.64% from 255 or 42.89% from 485); Max value from RGB is 208 - color contains mainly: blue. Hex color #65B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0D0 is #9A4F2F. Grayscale: #9D9D9D. Windows color (decimal): -10112816 or 13676645. OLE color: 13676645.

HSL color Cylindrical-coordinate representation of color #65B0D0: hue angle of 197.94º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65B0D0 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB101176208-
CMYK0.510.1500.18
HSL197.94º53.23%60.59%-
HSV(B)197.94º51.44%81.57%-
XYZ32.2838.3765.38-
YUV157.22156.6587.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.82%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 208 (81.64% from 255) = 42.89%
R=20.82%
G=36.29%
B=42.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1011762080.510.1500.18197.9453.2360.59
Hex65B0D033F012c6353d
Octal14526032063170223066575
Binary11001011011000011010000110011111101001011000110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,208); }

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

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

 a { background-color: rgb(101,176,208); }

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

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

 span { border-color: rgb(101,176,208); }

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