#60C5DC

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

Shades of Malibu #60C5DC

Tints of Malibu #60C5DC

Color information

#60C5DC (or 0x60C5DC) is unknown color: approx Malibu. HEX triplet: 60, C5 and DC. RGB value is (96,197,220). Sum of RGB (Red+Green+Blue) = 96+197+220=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 197 (77.34% from 255 or 38.40% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #60C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5DC is #9F3A23. Grayscale: #A9A9A9. Windows color (decimal): -10435108 or 14468448. OLE color: 14468448.

HSL color Cylindrical-coordinate representation of color #60C5DC: hue angle of 191.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60C5DC is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB96197220-
CMYK0.560.1000.14
HSL191.13º63.92%61.96%-
HSV(B)191.13º56.36%86.27%-
XYZ37.7147.5974.91-
YUV169.42156.5475.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 197 (77.34% from 255) = 38.40%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=18.71%
G=38.40%
B=42.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal961972200.560.1000.14191.1363.9261.96
Hex60C5DC38A0Ebf403e
Octal140305334701201627710076
Binary11000001100010111011100111000101001110101111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,197,220); }

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

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

 a { background-color: rgb(96,197,220); }

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

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

 span { border-color: rgb(96,197,220); }

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