#61ACED

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

Shades of Malibu #61ACED

Tints of Malibu #61ACED

Color information

#61ACED (or 0x61ACED) is unknown color: approx Malibu. HEX triplet: 61, AC and ED. RGB value is (97,172,237). Sum of RGB (Red+Green+Blue) = 97+172+237=506 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.17% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #61ACED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACED is #9E5312. Grayscale: #9C9C9C. Windows color (decimal): -10375955 or 15576161. OLE color: 15576161.

HSL color Cylindrical-coordinate representation of color #61ACED: hue angle of 207.86º degrees, saturation: 0.8, 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 #61ACED is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB97172237-
CMYK0.590.2700.07
HSL207.86º79.55%65.49%-
HSV(B)207.86º59.07%92.94%-
XYZ34.9738.1685.64-
YUV156.98173.1585.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.17%
GREEN value IS 172 (67.58% from 255) = 33.99%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=19.17%
G=33.99%
B=46.84%

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
Decimal971722370.590.2700.07207.8679.5565.49
Hex61ACED3B1B07d05041
Octal141254355733307320120101
Binary110000110101100111011011110111101101111101000010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,172,237); }

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

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

 a { background-color: rgb(97,172,237); }

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

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

 span { border-color: rgb(97,172,237); }

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