#61BADD

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

Shades of Malibu #61BADD

Tints of Malibu #61BADD

Color information

#61BADD (or 0x61BADD) is unknown color: approx Malibu. HEX triplet: 61, BA and DD. RGB value is (97,186,221). Sum of RGB (Red+Green+Blue) = 97+186+221=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #61BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BADD is #9E4522. Grayscale: #A3A3A3. Windows color (decimal): -10372387 or 14531169. OLE color: 14531169.

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

Color convert

RGB97186221-
CMYK0.560.1600.13
HSL196.94º64.58%62.35%-
HSV(B)196.94º56.11%86.67%-
XYZ35.5442.8874.81-
YUV163.38160.5180.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.25%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 221 (86.72% from 255) = 43.85%
R=19.25%
G=36.90%
B=43.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971862210.560.1600.13196.9464.5862.35
Hex61BADD38100Dc5413e
Octal141272335702001530510176
Binary110000110111010110111011110001000001101110001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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