#60C7DC

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

Shades of Malibu #60C7DC

Tints of Malibu #60C7DC

Color information

#60C7DC (or 0x60C7DC) is unknown color: approx Malibu. HEX triplet: 60, C7 and DC. RGB value is (96,199,220). Sum of RGB (Red+Green+Blue) = 96+199+220=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #60C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7DC is #9F3823. Grayscale: #AAAAAA. Windows color (decimal): -10434596 or 14468960. OLE color: 14468960.

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

Color convert

RGB96199220-
CMYK0.560.1000.14
HSL190.16º63.92%61.96%-
HSV(B)190.16º56.36%86.27%-
XYZ38.1748.575.06-
YUV170.6155.8874.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.64%
GREEN value IS 199 (78.12% from 255) = 38.64%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=18.64%
G=38.64%
B=42.72%

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
Decimal961992200.560.1000.14190.1663.9261.96
Hex60C7DC38A0Ebe403e
Octal140307334701201627610076
Binary11000001100011111011100111000101001110101111101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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