#61C0DC

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

Shades of Malibu #61C0DC

Tints of Malibu #61C0DC

Color information

#61C0DC (or 0x61C0DC) is unknown color: approx Malibu. HEX triplet: 61, C0 and DC. RGB value is (97,192,220). Sum of RGB (Red+Green+Blue) = 97+192+220=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #61C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0DC is #9E3F23. Grayscale: #A6A6A6. Windows color (decimal): -10370852 or 14467169. OLE color: 14467169.

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

Color convert

RGB97192220-
CMYK0.560.1300.14
HSL193.66º63.73%62.16%-
HSV(B)193.66º55.91%86.27%-
XYZ36.745.4174.54-
YUV166.79158.0378.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.06%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 220 (86.33% from 255) = 43.22%
R=19.06%
G=37.72%
B=43.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971922200.560.1300.14193.6663.7362.16
Hex61C0DC38D0Ec2403e
Octal141300334701501630210076
Binary11000011100000011011100111000110101110110000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C0DC; }

 p { color: rgb(97,192,220); }

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

<style>
 a { background-color: #61C0DC; }

 a { background-color: rgb(97,192,220); }

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

<style>
 span { border-color: #61C0DC; }

 span { border-color: rgb(97,192,220); }

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