#60C1E8

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

Shades of Malibu #60C1E8

Tints of Malibu #60C1E8

Color information

#60C1E8 (or 0x60C1E8) is unknown color: approx Malibu. HEX triplet: 60, C1 and E8. RGB value is (96,193,232). Sum of RGB (Red+Green+Blue) = 96+193+232=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 232 (91.02% from 255 or 44.53% from 521); Max value from RGB is 232 - color contains mainly: blue. Hex color #60C1E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C1E8 is #9F3E17. Grayscale: #A8A8A8. Windows color (decimal): -10436120 or 15253856. OLE color: 15253856.

HSL color Cylindrical-coordinate representation of color #60C1E8: hue angle of 197.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60C1E8 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB96193232-
CMYK0.590.1700.09
HSL197.21º74.73%64.31%-
HSV(B)197.21º58.62%90.98%-
XYZ38.4646.4583.28-
YUV168.44163.8676.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.43%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 232 (91.02% from 255) = 44.53%
R=18.43%
G=37.04%
B=44.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal961932320.590.1700.09197.2174.7364.31
Hex60C1E83B1109c54b40
Octal1403013507321011305113100
Binary1100000110000011110100011101110001010011100010110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,193,232); }

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

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

 a { background-color: rgb(96,193,232); }

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

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

 span { border-color: rgb(96,193,232); }

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