#60abe4

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

Shades of Malibu #60ABE4

Tints of Malibu #60ABE4

Color information

#60ABE4 (or 0x60ABE4) is unknown color: approx Malibu. HEX triplet: 60, AB and E4. RGB value is (96,171,228). Sum of RGB (Red+Green+Blue) = 96+171+228=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #60ABE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABE4 is #9F541B. Grayscale: #9A9A9A. Windows color (decimal): -10441756 or 14986080. OLE color: 14986080.

HSL color Cylindrical-coordinate representation of color #60ABE4: hue angle of 205.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60ABE4 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96171228-
CMYK0.580.2500.11
HSL205.91º70.97%63.53%-
HSV(B)205.91º57.89%89.41%-
XYZ33.3937.2178.82-
YUV155.07169.1585.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.39%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 228 (89.45% from 255) = 46.06%
R=19.39%
G=34.55%
B=46.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961712280.580.2500.11205.9170.9763.53
Hex60ABE43A190Bce4740
Octal1402533447231013316107100
Binary1100000101010111110010011101011001010111100111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60abe4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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