#61AAE2

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

Shades of Malibu #61AAE2

Tints of Malibu #61AAE2

Color information

#61AAE2 (or 0x61AAE2) is unknown color: approx Malibu. HEX triplet: 61, AA and E2. RGB value is (97,170,226). Sum of RGB (Red+Green+Blue) = 97+170+226=493 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.68% from 493); Green value is 170 (66.80% from 255 or 34.48% from 493); Blue value is 226 (88.67% from 255 or 45.84% from 493); Max value from RGB is 226 - color contains mainly: blue. Hex color #61AAE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAE2 is #9E551D. Grayscale: #9A9A9A. Windows color (decimal): -10376478 or 14854753. OLE color: 14854753.

HSL color Cylindrical-coordinate representation of color #61AAE2: hue angle of 206.05º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61AAE2 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB97170226-
CMYK0.570.2500.11
HSL206.05º68.98%63.33%-
HSV(B)206.05º57.08%88.63%-
XYZ33.0336.7877.31-
YUV154.56168.3286.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.68%
GREEN value IS 170 (66.80% from 255) = 34.48%
BLUE value IS 226 (88.67% from 255) = 45.84%
R=19.68%
G=34.48%
B=45.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal971702260.570.2500.11206.0568.9863.33
Hex61AAE239190Bce453f
Octal141252342713101331610577
Binary110000110101010111000101110011100101011110011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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