#65B3D6

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

Shades of Malibu #65B3D6

Tints of Malibu #65B3D6

Color information

#65B3D6 (or 0x65B3D6) is unknown color: approx Malibu. HEX triplet: 65, B3 and D6. RGB value is (101,179,214). Sum of RGB (Red+Green+Blue) = 101+179+214=494 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.45% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 214 (83.98% from 255 or 43.32% from 494); Max value from RGB is 214 - color contains mainly: blue. Hex color #65B3D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B3D6 is #9A4C29. Grayscale: #9F9F9F. Windows color (decimal): -10112042 or 14070629. OLE color: 14070629.

HSL color Cylindrical-coordinate representation of color #65B3D6: hue angle of 198.58º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65B3D6 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB101179214-
CMYK0.530.1600.16
HSL198.58º57.95%61.76%-
HSV(B)198.58º52.8%83.92%-
XYZ33.6239.8669.54-
YUV159.67158.6686.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.45%
GREEN value IS 179 (70.31% from 255) = 36.23%
BLUE value IS 214 (83.98% from 255) = 43.32%
R=20.45%
G=36.23%
B=43.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1011792140.530.1600.16198.5857.9561.76
Hex65B3D63510010c73a3e
Octal14526332665200203077276
Binary110010110110011110101101101011000001000011000111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,179,214); }

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

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

 a { background-color: rgb(101,179,214); }

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

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

 span { border-color: rgb(101,179,214); }

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