#60ABED

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

Shades of Malibu #60ABED

Tints of Malibu #60ABED

Color information

#60ABED (or 0x60ABED) is unknown color: approx Malibu. HEX triplet: 60, AB and ED. RGB value is (96,171,237). Sum of RGB (Red+Green+Blue) = 96+171+237=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #60ABED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ABED is #9F5412. Grayscale: #9B9B9B. Windows color (decimal): -10441747 or 15575904. OLE color: 15575904.

HSL color Cylindrical-coordinate representation of color #60ABED: hue angle of 208.09º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60ABED is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96171237-
CMYK0.590.2800.07
HSL208.09º79.66%65.29%-
HSV(B)208.09º59.49%92.94%-
XYZ34.6737.7385.58-
YUV156.1173.6585.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.05%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=19.05%
G=33.93%
B=47.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961712370.590.2800.07208.0979.6665.29
Hex60ABED3B1C07d05041
Octal140253355733407320120101
Binary110000010101011111011011110111110001111101000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60ABED; }

 p { color: rgb(96,171,237); }

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

<style>
 a { background-color: #60ABED; }

 a { background-color: rgb(96,171,237); }

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

<style>
 span { border-color: #60ABED; }

 span { border-color: rgb(96,171,237); }

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