#61C0DB

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

Shades of Malibu #61C0DB

Tints of Malibu #61C0DB

Color information

#61C0DB (or 0x61C0DB) is unknown color: approx Malibu. HEX triplet: 61, C0 and DB. RGB value is (97,192,219). Sum of RGB (Red+Green+Blue) = 97+192+219=508 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.09% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #61C0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C0DB is #9E3F24. Grayscale: #A6A6A6. Windows color (decimal): -10370853 or 14401633. OLE color: 14401633.

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

Color convert

RGB97192219-
CMYK0.560.1200.14
HSL193.28º62.89%61.96%-
HSV(B)193.28º55.71%85.88%-
XYZ36.5745.3673.85-
YUV166.67157.5378.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.09%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 219 (85.94% from 255) = 43.11%
R=19.09%
G=37.80%
B=43.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971922190.560.1200.14193.2862.8961.96
Hex61C0DB38C0Ec13f3e
Octal14130033370140163017776
Binary1100001110000001101101111100011000111011000001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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