#61AADE

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

Shades of Malibu #61AADE

Tints of Malibu #61AADE

Color information

#61AADE (or 0x61AADE) is unknown color: approx Malibu. HEX triplet: 61, AA and DE. RGB value is (97,170,222). Sum of RGB (Red+Green+Blue) = 97+170+222=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #61AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AADE is #9E5521. Grayscale: #999999. Windows color (decimal): -10376482 or 14592609. OLE color: 14592609.

HSL color Cylindrical-coordinate representation of color #61AADE: hue angle of 204.96º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61AADE is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97170222-
CMYK0.560.2300.13
HSL204.96º65.45%62.55%-
HSV(B)204.96º56.31%87.06%-
XYZ32.4936.5674.45-
YUV154.1166.3287.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=19.84%
G=34.76%
B=45.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971702220.560.2300.13204.9665.4562.55
Hex61AADE38170Dcd413f
Octal141252336702701531510177
Binary110000110101010110111101110001011101101110011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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