#61BAEA

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

Shades of Malibu #61BAEA

Tints of Malibu #61BAEA

Color information

#61BAEA (or 0x61BAEA) is unknown color: approx Malibu. HEX triplet: 61, BA and EA. RGB value is (97,186,234). Sum of RGB (Red+Green+Blue) = 97+186+234=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #61BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAEA is #9E4515. Grayscale: #A4A4A4. Windows color (decimal): -10372374 or 15383137. OLE color: 15383137.

HSL color Cylindrical-coordinate representation of color #61BAEA: hue angle of 201.02º 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 #61BAEA is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB97186234-
CMYK0.590.2100.08
HSL201.02º76.54%64.9%-
HSV(B)201.02º58.55%91.76%-
XYZ37.3443.684.29-
YUV164.86167.0179.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.76%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=18.76%
G=35.98%
B=45.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971862340.590.2100.08201.0276.5464.9
Hex61BAEA3B1508c94d41
Octal1412723527325010311115101
Binary1100001101110101110101011101110101010001100100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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