#61BCEA

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

Shades of Malibu #61BCEA

Tints of Malibu #61BCEA

Color information

#61BCEA (or 0x61BCEA) is unknown color: approx Malibu. HEX triplet: 61, BC and EA. RGB value is (97,188,234). Sum of RGB (Red+Green+Blue) = 97+188+234=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #61BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BCEA is #9E4315. Grayscale: #A5A5A5. Windows color (decimal): -10371862 or 15383649. OLE color: 15383649.

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

Color convert

RGB97188234-
CMYK0.590.2000.08
HSL200.15º76.54%64.9%-
HSV(B)200.15º58.55%91.76%-
XYZ37.7644.4584.43-
YUV166.03166.3578.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.69%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=18.69%
G=36.22%
B=45.09%

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
Decimal971882340.590.2000.08200.1576.5464.9
Hex61BCEA3B1408c84d41
Octal1412743527324010310115101
Binary1100001101111001110101011101110100010001100100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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