#60A7E5

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

Shades of Malibu #60A7E5

Tints of Malibu #60A7E5

Color information

#60A7E5 (or 0x60A7E5) is unknown color: approx Malibu. HEX triplet: 60, A7 and E5. RGB value is (96,167,229). Sum of RGB (Red+Green+Blue) = 96+167+229=492 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.51% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #60A7E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7E5 is #9F581A. Grayscale: #989898. Windows color (decimal): -10442779 or 15050592. OLE color: 15050592.

HSL color Cylindrical-coordinate representation of color #60A7E5: hue angle of 207.97º 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 #60A7E5 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96167229-
CMYK0.580.2700.10
HSL207.97º71.89%63.73%-
HSV(B)207.97º58.08%89.8%-
XYZ32.7935.7879.31-
YUV152.84170.9887.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.51%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 229 (89.84% from 255) = 46.54%
R=19.51%
G=33.94%
B=46.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961672290.580.2700.10207.9771.8963.73
Hex60A7E53A1B0Ad04840
Octal1402473457233012320110100
Binary1100000101001111110010111101011011010101101000010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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