#61ACE1

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

Shades of Malibu #61ACE1

Tints of Malibu #61ACE1

Color information

#61ACE1 (or 0x61ACE1) is unknown color: approx Malibu. HEX triplet: 61, AC and E1. RGB value is (97,172,225). Sum of RGB (Red+Green+Blue) = 97+172+225=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #61ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACE1 is #9E531E. Grayscale: #9B9B9B. Windows color (decimal): -10375967 or 14789729. OLE color: 14789729.

HSL color Cylindrical-coordinate representation of color #61ACE1: hue angle of 204.84º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61ACE1 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97172225-
CMYK0.570.2400.12
HSL204.84º68.09%63.14%-
HSV(B)204.84º56.89%88.24%-
XYZ33.2737.4876.72-
YUV155.62167.1586.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.64%
GREEN value IS 172 (67.58% from 255) = 34.82%
BLUE value IS 225 (88.28% from 255) = 45.55%
R=19.64%
G=34.82%
B=45.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971722250.570.2400.12204.8468.0963.14
Hex61ACE139180Ccd443f
Octal141254341713001431510477
Binary110000110101100111000011110011100001100110011011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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