#61BBEC

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

Shades of Malibu #61BBEC

Tints of Malibu #61BBEC

Color information

#61BBEC (or 0x61BBEC) is unknown color: approx Malibu. HEX triplet: 61, BB and EC. RGB value is (97,187,236). Sum of RGB (Red+Green+Blue) = 97+187+236=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #61BBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BBEC is #9E4413. Grayscale: #A5A5A5. Windows color (decimal): -10372116 or 15514465. OLE color: 15514465.

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

Color convert

RGB97187236-
CMYK0.590.2100.07
HSL201.15º78.53%65.29%-
HSV(B)201.15º58.9%92.55%-
XYZ37.8444.1485.88-
YUV165.68167.6879.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.65%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 236 (92.58% from 255) = 45.38%
R=18.65%
G=35.96%
B=45.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal971872360.590.2100.07201.1578.5365.29
Hex61BBEC3B1507c94f41
Octal141273354732507311117101
Binary110000110111011111011001110111010101111100100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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