#61AAE5

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

Shades of Malibu #61AAE5

Tints of Malibu #61AAE5

Color information

#61AAE5 (or 0x61AAE5) is unknown color: approx Malibu. HEX triplet: 61, AA and E5. RGB value is (97,170,229). Sum of RGB (Red+Green+Blue) = 97+170+229=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #61AAE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAE5 is #9E551A. Grayscale: #9A9A9A. Windows color (decimal): -10376475 or 15051361. OLE color: 15051361.

HSL color Cylindrical-coordinate representation of color #61AAE5: hue angle of 206.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61AAE5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB97170229-
CMYK0.580.2600.10
HSL206.82º71.74%63.92%-
HSV(B)206.82º57.64%89.8%-
XYZ33.4536.9579.5-
YUV154.9169.8286.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 229 (89.84% from 255) = 46.17%
R=19.56%
G=34.27%
B=46.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal971702290.580.2600.10206.8271.7463.92
Hex61AAE53A1A0Acf4840
Octal1412523457232012317110100
Binary1100001101010101110010111101011010010101100111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,229); }

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

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

 a { background-color: rgb(97,170,229); }

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

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

 span { border-color: rgb(97,170,229); }

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