#60AEDA

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

Shades of Malibu #60AEDA

Tints of Malibu #60AEDA

Color information

#60AEDA (or 0x60AEDA) is unknown color: approx Malibu. HEX triplet: 60, AE and DA. RGB value is (96,174,218). Sum of RGB (Red+Green+Blue) = 96+174+218=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #60AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AEDA is #9F5125. Grayscale: #9B9B9B. Windows color (decimal): -10440998 or 14331488. OLE color: 14331488.

HSL color Cylindrical-coordinate representation of color #60AEDA: hue angle of 201.64º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60AEDA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB96174218-
CMYK0.560.2000.15
HSL201.64º62.24%61.57%-
HSV(B)201.64º55.96%85.49%-
XYZ32.6137.8271.91-
YUV155.69163.1685.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 218 (85.55% from 255) = 44.67%
R=19.67%
G=35.66%
B=44.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal961742180.560.2000.15201.6462.2461.57
Hex60AEDA38140Fca3e3e
Octal14025633270240173127676
Binary11000001010111011011010111000101000111111001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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