#61A9EA

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

Shades of Malibu #61A9EA

Tints of Malibu #61A9EA

Color information

#61A9EA (or 0x61A9EA) is unknown color: approx Malibu. HEX triplet: 61, A9 and EA. RGB value is (97,169,234). Sum of RGB (Red+Green+Blue) = 97+169+234=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 169 (66.41% from 255 or 33.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #61A9EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61A9EA is #9E5615. Grayscale: #9A9A9A. Windows color (decimal): -10376726 or 15378785. OLE color: 15378785.

HSL color Cylindrical-coordinate representation of color #61A9EA: hue angle of 208.47º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61A9EA is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97169234-
CMYK0.590.2800.08
HSL208.47º76.54%64.9%-
HSV(B)208.47º58.55%91.76%-
XYZ33.9736.8683.17-
YUV154.88172.6586.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.4%
GREEN value IS 169 (66.41% from 255) = 33.8%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=19.4%
G=33.8%
B=46.8%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971692340.590.2800.08208.4776.5464.9
Hex61A9EA3B1C08d04d41
Octal1412513527334010320115101
Binary1100001101010011110101011101111100010001101000010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,234); }

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

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

 a { background-color: rgb(97,169,234); }

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

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

 span { border-color: rgb(97,169,234); }

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