#60ABE0

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

Shades of Malibu #60ABE0

Tints of Malibu #60ABE0

Color information

#60ABE0 (or 0x60ABE0) is unknown color: approx Malibu. HEX triplet: 60, AB and E0. RGB value is (96,171,224). Sum of RGB (Red+Green+Blue) = 96+171+224=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #60ABE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABE0 is #9F541F. Grayscale: #9A9A9A. Windows color (decimal): -10441760 or 14723936. OLE color: 14723936.

HSL color Cylindrical-coordinate representation of color #60ABE0: hue angle of 204.84º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60ABE0 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB96171224-
CMYK0.570.2400.12
HSL204.84º67.37%62.75%-
HSV(B)204.84º57.14%87.84%-
XYZ32.8436.9975.93-
YUV154.62167.1586.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.55%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 224 (87.89% from 255) = 45.62%
R=19.55%
G=34.83%
B=45.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal961712240.570.2400.12204.8467.3762.75
Hex60ABE039180Ccd433f
Octal140253340713001431510377
Binary110000010101011111000001110011100001100110011011000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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