#61AEE1

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

Shades of Malibu #61AEE1

Tints of Malibu #61AEE1

Color information

#61AEE1 (or 0x61AEE1) is unknown color: approx Malibu. HEX triplet: 61, AE and E1. RGB value is (97,174,225). Sum of RGB (Red+Green+Blue) = 97+174+225=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 225 (88.28% from 255 or 45.36% from 496); Max value from RGB is 225 - color contains mainly: blue. Hex color #61AEE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEE1 is #9E511E. Grayscale: #9C9C9C. Windows color (decimal): -10375455 or 14790241. OLE color: 14790241.

HSL color Cylindrical-coordinate representation of color #61AEE1: hue angle of 203.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61AEE1 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97174225-
CMYK0.570.2300.12
HSL203.91º68.09%63.14%-
HSV(B)203.91º56.89%88.24%-
XYZ33.6638.2576.84-
YUV156.79166.4985.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.56%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 225 (88.28% from 255) = 45.36%
R=19.56%
G=35.08%
B=45.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971742250.570.2300.12203.9168.0963.14
Hex61AEE139170Ccc443f
Octal141256341712701431410477
Binary110000110101110111000011110011011101100110011001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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