#61AAEA

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

Shades of Malibu #61AAEA

Tints of Malibu #61AAEA

Color information

#61AAEA (or 0x61AAEA) is unknown color: approx Malibu. HEX triplet: 61, AA and EA. RGB value is (97,170,234). Sum of RGB (Red+Green+Blue) = 97+170+234=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #61AAEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AAEA is #9E5515. Grayscale: #9B9B9B. Windows color (decimal): -10376470 or 15379041. OLE color: 15379041.

HSL color Cylindrical-coordinate representation of color #61AAEA: hue angle of 208.03º 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 #61AAEA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97170234-
CMYK0.590.2700.08
HSL208.03º76.54%64.9%-
HSV(B)208.03º58.55%91.76%-
XYZ34.1637.2383.23-
YUV155.47172.3286.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 170 (66.80% from 255) = 33.93%
BLUE value IS 234 (91.80% from 255) = 46.71%
R=19.36%
G=33.93%
B=46.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971702340.590.2700.08208.0376.5464.9
Hex61AAEA3B1B08d04d41
Octal1412523527333010320115101
Binary1100001101010101110101011101111011010001101000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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