#65B6DB

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

Shades of Malibu #65B6DB

Tints of Malibu #65B6DB

Color information

#65B6DB (or 0x65B6DB) is unknown color: approx Malibu. HEX triplet: 65, B6 and DB. RGB value is (101,182,219). Sum of RGB (Red+Green+Blue) = 101+182+219=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #65B6DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B6DB is #9A4924. Grayscale: #A1A1A1. Windows color (decimal): -10111269 or 14399077. OLE color: 14399077.

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

Color convert

RGB101182219-
CMYK0.540.1700.14
HSL198.81º62.11%62.75%-
HSV(B)198.81º53.88%85.88%-
XYZ34.8841.3473.16-
YUV162160.1684.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.12%
GREEN value IS 182 (71.48% from 255) = 36.25%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=20.12%
G=36.25%
B=43.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1011822190.540.1700.14198.8162.1162.75
Hex65B6DB36110Ec73e3f
Octal14526633366210163077677
Binary11001011011011011011011110110100010111011000111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,182,219); }

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

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

 a { background-color: rgb(101,182,219); }

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

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

 span { border-color: rgb(101,182,219); }

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