#60AADE

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

Shades of Malibu #60AADE

Tints of Malibu #60AADE

Color information

#60AADE (or 0x60AADE) is unknown color: approx Malibu. HEX triplet: 60, AA and DE. RGB value is (96,170,222). Sum of RGB (Red+Green+Blue) = 96+170+222=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #60AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AADE is #9F5521. Grayscale: #999999. Windows color (decimal): -10442018 or 14592608. OLE color: 14592608.

HSL color Cylindrical-coordinate representation of color #60AADE: hue angle of 204.76º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60AADE is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96170222-
CMYK0.570.2300.13
HSL204.76º65.62%62.35%-
HSV(B)204.76º56.76%87.06%-
XYZ32.3836.5174.45-
YUV153.8166.4886.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 170 (66.80% from 255) = 34.84%
BLUE value IS 222 (87.11% from 255) = 45.49%
R=19.67%
G=34.84%
B=45.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961702220.570.2300.13204.7665.6262.35
Hex60AADE39170Dcd423e
Octal140252336712701531510276
Binary110000010101010110111101110011011101101110011011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,170,222); }

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

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

 a { background-color: rgb(96,170,222); }

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

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

 span { border-color: rgb(96,170,222); }

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