#61ADEC

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

Shades of Malibu #61ADEC

Tints of Malibu #61ADEC

Color information

#61ADEC (or 0x61ADEC) is unknown color: approx Malibu. HEX triplet: 61, AD and EC. RGB value is (97,173,236). Sum of RGB (Red+Green+Blue) = 97+173+236=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #61ADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ADEC is #9E5213. Grayscale: #9D9D9D. Windows color (decimal): -10375700 or 15510881. OLE color: 15510881.

HSL color Cylindrical-coordinate representation of color #61ADEC: hue angle of 207.19º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ADEC is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97173236-
CMYK0.590.2700.07
HSL207.19º78.53%65.29%-
HSV(B)207.19º58.9%92.55%-
XYZ35.0138.4884.94-
YUV157.46172.3284.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.17%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 236 (92.58% from 255) = 46.64%
R=19.17%
G=34.19%
B=46.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971732360.590.2700.07207.1978.5365.29
Hex61ADEC3B1B07cf4f41
Octal141255354733307317117101
Binary110000110101101111011001110111101101111100111110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,236); }

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

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

 a { background-color: rgb(97,173,236); }

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

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

 span { border-color: rgb(97,173,236); }

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