#65ABEB

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

Shades of Malibu #65ABEB

Tints of Malibu #65ABEB

Color information

#65ABEB (or 0x65ABEB) is unknown color: approx Malibu. HEX triplet: 65, AB and EB. RGB value is (101,171,235). Sum of RGB (Red+Green+Blue) = 101+171+235=507 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.92% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #65ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABEB is #9A5414. Grayscale: #9D9D9D. Windows color (decimal): -10114069 or 15444837. OLE color: 15444837.

HSL color Cylindrical-coordinate representation of color #65ABEB: hue angle of 208.66º degrees, saturation: 0.77, 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 #65ABEB is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB101171235-
CMYK0.570.2700.08
HSL208.66º77.01%65.88%-
HSV(B)208.66º57.02%92.16%-
XYZ34.9337.8984.07-
YUV157.37171.8187.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.92%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=19.92%
G=33.73%
B=46.35%

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
Decimal1011712350.570.2700.08208.6677.0165.88
Hex65ABEB391B08d14d42
Octal1452533537133010321115102
Binary1100101101010111110101111100111011010001101000110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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