#61AEEA

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

Shades of Malibu #61AEEA

Tints of Malibu #61AEEA

Color information

#61AEEA (or 0x61AEEA) is unknown color: approx Malibu. HEX triplet: 61, AE and EA. RGB value is (97,174,234). Sum of RGB (Red+Green+Blue) = 97+174+234=505 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.21% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #61AEEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AEEA is #9E5115. Grayscale: #9D9D9D. Windows color (decimal): -10375446 or 15380065. OLE color: 15380065.

HSL color Cylindrical-coordinate representation of color #61AEEA: hue angle of 206.28º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61AEEA is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97174234-
CMYK0.590.2600.08
HSL206.28º76.54%64.9%-
HSV(B)206.28º58.55%91.76%-
XYZ34.9238.7583.48-
YUV157.82170.9984.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.21%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=19.21%
G=34.46%
B=46.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971742340.590.2600.08206.2876.5464.9
Hex61AEEA3B1A08ce4d41
Octal1412563527332010316115101
Binary1100001101011101110101011101111010010001100111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,174,234); }

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

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

 a { background-color: rgb(97,174,234); }

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

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

 span { border-color: rgb(97,174,234); }

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