#65BEDD

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

Shades of Malibu #65BEDD

Tints of Malibu #65BEDD

Color information

#65BEDD (or 0x65BEDD) is unknown color: approx Malibu. HEX triplet: 65, BE and DD. RGB value is (101,190,221). Sum of RGB (Red+Green+Blue) = 101+190+221=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #65BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEDD is #9A4122. Grayscale: #A6A6A6. Windows color (decimal): -10109219 or 14532197. OLE color: 14532197.

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

Color convert

RGB101190221-
CMYK0.540.1400.13
HSL195.5º63.83%63.14%-
HSV(B)195.5º54.3%86.67%-
XYZ36.8344.8175.12-
YUV166.92158.5180.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 190 (74.61% from 255) = 37.11%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=19.73%
G=37.11%
B=43.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011902210.540.1400.13195.563.8363.14
Hex65BEDD36E0Dc4403f
Octal145276335661601530410077
Binary11001011011111011011101110110111001101110001001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,190,221); }

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

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

 a { background-color: rgb(101,190,221); }

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

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

 span { border-color: rgb(101,190,221); }

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