#60AEE5

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

Shades of Malibu #60AEE5

Tints of Malibu #60AEE5

Color information

#60AEE5 (or 0x60AEE5) is unknown color: approx Malibu. HEX triplet: 60, AE and E5. RGB value is (96,174,229). Sum of RGB (Red+Green+Blue) = 96+174+229=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #60AEE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEE5 is #9F511A. Grayscale: #9C9C9C. Windows color (decimal): -10440987 or 15052384. OLE color: 15052384.

HSL color Cylindrical-coordinate representation of color #60AEE5: hue angle of 204.81º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60AEE5 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96174229-
CMYK0.580.2400.10
HSL204.81º71.89%63.73%-
HSV(B)204.81º58.08%89.8%-
XYZ34.138.4279.75-
YUV156.95168.6684.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.24%
GREEN value IS 174 (68.36% from 255) = 34.87%
BLUE value IS 229 (89.84% from 255) = 45.89%
R=19.24%
G=34.87%
B=45.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961742290.580.2400.10204.8171.8963.73
Hex60AEE53A180Acd4840
Octal1402563457230012315110100
Binary1100000101011101110010111101011000010101100110110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,174,229); }

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

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

 a { background-color: rgb(96,174,229); }

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

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

 span { border-color: rgb(96,174,229); }

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