#61BADB

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

Shades of Malibu #61BADB

Tints of Malibu #61BADB

Color information

#61BADB (or 0x61BADB) is unknown color: approx Malibu. HEX triplet: 61, BA and DB. RGB value is (97,186,219). Sum of RGB (Red+Green+Blue) = 97+186+219=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #61BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADB is #9E4524. Grayscale: #A2A2A2. Windows color (decimal): -10372389 or 14400097. OLE color: 14400097.

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

Color convert

RGB97186219-
CMYK0.560.1500.14
HSL196.23º62.89%61.96%-
HSV(B)196.23º55.71%85.88%-
XYZ35.2742.7773.41-
YUV163.15159.5180.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.32%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 219 (85.94% from 255) = 43.63%
R=19.32%
G=37.05%
B=43.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971862190.560.1500.14196.2362.8961.96
Hex61BADB38F0Ec43f3e
Octal14127233370170163047776
Binary1100001101110101101101111100011110111011000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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