#60C1D1

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

Shades of Malibu #60C1D1

Tints of Malibu #60C1D1

Color information

#60C1D1 (or 0x60C1D1) is unknown color: approx Malibu. HEX triplet: 60, C1 and D1. RGB value is (96,193,209). Sum of RGB (Red+Green+Blue) = 96+193+209=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #60C1D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C1D1 is #9F3E2E. Grayscale: #A5A5A5. Windows color (decimal): -10436143 or 13746528. OLE color: 13746528.

HSL color Cylindrical-coordinate representation of color #60C1D1: hue angle of 188.5º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60C1D1 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96193209-
CMYK0.540.0800.18
HSL188.5º55.12%59.8%-
HSV(B)188.5º54.07%81.96%-
XYZ35.445.2367.19-
YUV165.82152.3678.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.28%
GREEN value IS 193 (75.78% from 255) = 38.76%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=19.28%
G=38.76%
B=41.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961932090.540.0800.18188.555.1259.8
Hex60C1D1368012bc373c
Octal14030132166100222746774
Binary11000001100000111010001110110100001001010111100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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