#61AAE9

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

Shades of Malibu #61AAE9

Tints of Malibu #61AAE9

Color information

#61AAE9 (or 0x61AAE9) is unknown color: approx Malibu. HEX triplet: 61, AA and E9. RGB value is (97,170,233). Sum of RGB (Red+Green+Blue) = 97+170+233=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 170 (66.80% from 255 or 34% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #61AAE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61AAE9 is #9E5516. Grayscale: #9B9B9B. Windows color (decimal): -10376471 or 15313505. OLE color: 15313505.

HSL color Cylindrical-coordinate representation of color #61AAE9: hue angle of 207.79º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61AAE9 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB97170233-
CMYK0.580.2700.09
HSL207.79º75.56%64.71%-
HSV(B)207.79º58.37%91.37%-
XYZ34.0137.1782.47-
YUV155.36171.8286.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 170 (66.80% from 255) = 34%
BLUE value IS 233 (91.41% from 255) = 46.6%
R=19.4%
G=34%
B=46.6%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal971702330.580.2700.09207.7975.5664.71
Hex61AAE93A1B09d04c41
Octal1412523517233011320114101
Binary1100001101010101110100111101011011010011101000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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