#65BADD

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

Shades of Malibu #65BADD

Tints of Malibu #65BADD

Color information

#65BADD (or 0x65BADD) is unknown color: approx Malibu. HEX triplet: 65, BA and DD. RGB value is (101,186,221). Sum of RGB (Red+Green+Blue) = 101+186+221=508 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.88% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #65BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BADD is #9A4522. Grayscale: #A4A4A4. Windows color (decimal): -10110243 or 14531173. OLE color: 14531173.

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

Color convert

RGB101186221-
CMYK0.540.1600.13
HSL197.5º63.83%63.14%-
HSV(B)197.5º54.3%86.67%-
XYZ35.9843.174.83-
YUV164.58159.8482.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.88%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=19.88%
G=36.61%
B=43.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011862210.540.1600.13197.563.8363.14
Hex65BADD36100Dc6403f
Octal145272335662001530610077
Binary110010110111010110111011101101000001101110001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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