#61BADA

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

Shades of Malibu #61BADA

Tints of Malibu #61BADA

Color information

#61BADA (or 0x61BADA) is unknown color: approx Malibu. HEX triplet: 61, BA and DA. RGB value is (97,186,218). Sum of RGB (Red+Green+Blue) = 97+186+218=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #61BADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADA is #9E4525. Grayscale: #A2A2A2. Windows color (decimal): -10372390 or 14334561. OLE color: 14334561.

HSL color Cylindrical-coordinate representation of color #61BADA: hue angle of 195.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61BADA is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97186218-
CMYK0.560.1500.15
HSL195.87º62.05%61.76%-
HSV(B)195.87º55.5%85.49%-
XYZ35.1442.7272.72-
YUV163.04159.0180.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.36%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 218 (85.55% from 255) = 43.51%
R=19.36%
G=37.13%
B=43.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971862180.560.1500.15195.8762.0561.76
Hex61BADA38F0Fc43e3e
Octal14127233270170173047676
Binary1100001101110101101101011100011110111111000100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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