#61ACDA

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

Shades of Malibu #61ACDA

Tints of Malibu #61ACDA

Color information

#61ACDA (or 0x61ACDA) is unknown color: approx Malibu. HEX triplet: 61, AC and DA. RGB value is (97,172,218). Sum of RGB (Red+Green+Blue) = 97+172+218=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #61ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACDA is #9E5325. Grayscale: #9A9A9A. Windows color (decimal): -10375974 or 14330977. OLE color: 14330977.

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

Color convert

RGB97172218-
CMYK0.560.2100.15
HSL202.81º62.05%61.76%-
HSV(B)202.81º55.5%85.49%-
XYZ32.3437.1171.79-
YUV154.82163.6586.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=19.92%
G=35.32%
B=44.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971722180.560.2100.15202.8162.0561.76
Hex61ACDA38150Fcb3e3e
Octal14125433270250173137676
Binary11000011010110011011010111000101010111111001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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