#61C5DC

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

Shades of Malibu #61C5DC

Tints of Malibu #61C5DC

Color information

#61C5DC (or 0x61C5DC) is unknown color: approx Malibu. HEX triplet: 61, C5 and DC. RGB value is (97,197,220). Sum of RGB (Red+Green+Blue) = 97+197+220=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #61C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5DC is #9E3A23. Grayscale: #A9A9A9. Windows color (decimal): -10369572 or 14468449. OLE color: 14468449.

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

Color convert

RGB97197220-
CMYK0.560.1000.14
HSL191.22º63.73%62.16%-
HSV(B)191.22º55.91%86.27%-
XYZ37.8147.6474.91-
YUV169.72156.3776.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.87%
GREEN value IS 197 (77.34% from 255) = 38.33%
BLUE value IS 220 (86.33% from 255) = 42.80%
R=18.87%
G=38.33%
B=42.80%

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
Decimal971972200.560.1000.14191.2263.7362.16
Hex61C5DC38A0Ebf403e
Octal141305334701201627710076
Binary11000011100010111011100111000101001110101111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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