#61C3DA

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

Shades of Malibu #61C3DA

Tints of Malibu #61C3DA

Color information

#61C3DA (or 0x61C3DA) is unknown color: approx Malibu. HEX triplet: 61, C3 and DA. RGB value is (97,195,218). Sum of RGB (Red+Green+Blue) = 97+195+218=510 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.02% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #61C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C3DA is #9E3C25. Grayscale: #A8A8A8. Windows color (decimal): -10370086 or 14336865. OLE color: 14336865.

HSL color Cylindrical-coordinate representation of color #61C3DA: hue angle of 191.4º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C3DA is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97195218-
CMYK0.560.1100.15
HSL191.4º62.05%61.76%-
HSV(B)191.4º55.5%85.49%-
XYZ37.146.6373.38-
YUV168.32156.0377.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.02%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 218 (85.55% from 255) = 42.75%
R=19.02%
G=38.24%
B=42.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971952180.560.1100.15191.462.0561.76
Hex61C3DA38B0Fbf3e3e
Octal14130333270130172777676
Binary1100001110000111101101011100010110111110111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,195,218); }

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

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

 a { background-color: rgb(97,195,218); }

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

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

 span { border-color: rgb(97,195,218); }

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