#65ABEA

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

Shades of Malibu #65ABEA

Tints of Malibu #65ABEA

Color information

#65ABEA (or 0x65ABEA) is unknown color: approx Malibu. HEX triplet: 65, AB and EA. RGB value is (101,171,234). Sum of RGB (Red+Green+Blue) = 101+171+234=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #65ABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABEA is #9A5415. Grayscale: #9C9C9C. Windows color (decimal): -10114070 or 15379301. OLE color: 15379301.

HSL color Cylindrical-coordinate representation of color #65ABEA: hue angle of 208.42º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65ABEA is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101171234-
CMYK0.570.2700.08
HSL208.42º76%65.69%-
HSV(B)208.42º56.84%91.76%-
XYZ34.7837.8383.31-
YUV157.25171.3187.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.96%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=19.96%
G=33.79%
B=46.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1011712340.570.2700.08208.427665.69
Hex65ABEA391B08d04c42
Octal1452533527133010320114102
Binary1100101101010111110101011100111011010001101000010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,234); }

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

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

 a { background-color: rgb(101,171,234); }

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

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

 span { border-color: rgb(101,171,234); }

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