#61BBEA

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

Shades of Malibu #61BBEA

Tints of Malibu #61BBEA

Color information

#61BBEA (or 0x61BBEA) is unknown color: approx Malibu. HEX triplet: 61, BB and EA. RGB value is (97,187,234). Sum of RGB (Red+Green+Blue) = 97+187+234=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #61BBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBEA is #9E4415. Grayscale: #A5A5A5. Windows color (decimal): -10372118 or 15383393. OLE color: 15383393.

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

Color convert

RGB97187234-
CMYK0.590.2000.08
HSL200.58º76.54%64.9%-
HSV(B)200.58º58.55%91.76%-
XYZ37.5544.0284.36-
YUV165.45166.6879.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.73%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 234 (91.80% from 255) = 45.17%
R=18.73%
G=36.10%
B=45.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal971872340.590.2000.08200.5876.5464.9
Hex61BBEA3B1408c94d41
Octal1412733527324010311115101
Binary1100001101110111110101011101110100010001100100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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