#61BAEC

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

Shades of Malibu #61BAEC

Tints of Malibu #61BAEC

Color information

#61BAEC (or 0x61BAEC) is unknown color: approx Malibu. HEX triplet: 61, BA and EC. RGB value is (97,186,236). Sum of RGB (Red+Green+Blue) = 97+186+236=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #61BAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #61BAEC is #9E4513. Grayscale: #A4A4A4. Windows color (decimal): -10372372 or 15514209. OLE color: 15514209.

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

Color convert

RGB97186236-
CMYK0.590.2100.07
HSL201.58º78.53%65.29%-
HSV(B)201.58º58.9%92.55%-
XYZ37.6343.7285.81-
YUV165.09168.0179.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.69%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=18.69%
G=35.84%
B=45.47%

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
Decimal971862360.590.2100.07201.5878.5365.29
Hex61BAEC3B1507ca4f41
Octal141272354732507312117101
Binary110000110111010111011001110111010101111100101010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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