#65BEDF

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

Shades of Malibu #65BEDF

Tints of Malibu #65BEDF

Color information

#65BEDF (or 0x65BEDF) is unknown color: approx Malibu. HEX triplet: 65, BE and DF. RGB value is (101,190,223). Sum of RGB (Red+Green+Blue) = 101+190+223=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #65BEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEDF is #9A4120. Grayscale: #A6A6A6. Windows color (decimal): -10109217 or 14663269. OLE color: 14663269.

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

Color convert

RGB101190223-
CMYK0.550.1500.13
HSL196.23º65.59%63.53%-
HSV(B)196.23º54.71%87.45%-
XYZ37.144.9276.53-
YUV167.15159.5180.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.65%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 223 (87.5% from 255) = 43.39%
R=19.65%
G=36.96%
B=43.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1011902230.550.1500.13196.2365.5963.53
Hex65BEDF37F0Dc44240
Octal1452763376717015304102100
Binary110010110111110110111111101111111011011100010010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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