#61ACD9

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

Shades of Malibu #61ACD9

Tints of Malibu #61ACD9

Color information

#61ACD9 (or 0x61ACD9) is unknown color: approx Malibu. HEX triplet: 61, AC and D9. RGB value is (97,172,217). Sum of RGB (Red+Green+Blue) = 97+172+217=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #61ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACD9 is #9E5326. Grayscale: #9A9A9A. Windows color (decimal): -10375975 or 14265441. OLE color: 14265441.

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

Color convert

RGB97172217-
CMYK0.550.2100.15
HSL202.5º61.22%61.57%-
HSV(B)202.5º55.3%85.1%-
XYZ32.2137.0671.1-
YUV154.7163.1586.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.96%
GREEN value IS 172 (67.58% from 255) = 35.39%
BLUE value IS 217 (85.16% from 255) = 44.65%
R=19.96%
G=35.39%
B=44.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971722170.550.2100.15202.561.2261.57
Hex61ACD937150Fca3d3e
Octal14125433167250173127576
Binary11000011010110011011001110111101010111111001010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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