#61AEDA

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

Shades of Malibu #61AEDA

Tints of Malibu #61AEDA

Color information

#61AEDA (or 0x61AEDA) is unknown color: approx Malibu. HEX triplet: 61, AE and DA. RGB value is (97,174,218). Sum of RGB (Red+Green+Blue) = 97+174+218=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #61AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AEDA is #9E5125. Grayscale: #9B9B9B. Windows color (decimal): -10375462 or 14331489. OLE color: 14331489.

HSL color Cylindrical-coordinate representation of color #61AEDA: hue angle of 201.82º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61AEDA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97174218-
CMYK0.560.2000.15
HSL201.82º62.05%61.76%-
HSV(B)201.82º55.5%85.49%-
XYZ32.7237.8871.92-
YUV155.99162.9985.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=19.84%
G=35.58%
B=44.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971742180.560.2000.15201.8262.0561.76
Hex61AEDA38140Fca3e3e
Octal14125633270240173127676
Binary11000011010111011011010111000101000111111001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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