#61BAD1

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

Shades of Malibu #61BAD1

Tints of Malibu #61BAD1

Color information

#61BAD1 (or 0x61BAD1) is unknown color: approx Malibu. HEX triplet: 61, BA and D1. RGB value is (97,186,209). Sum of RGB (Red+Green+Blue) = 97+186+209=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #61BAD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BAD1 is #9E452E. Grayscale: #A1A1A1. Windows color (decimal): -10372399 or 13744737. OLE color: 13744737.

HSL color Cylindrical-coordinate representation of color #61BAD1: hue angle of 192.32º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61BAD1 is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97186209-
CMYK0.540.1100.18
HSL192.32º54.9%60%-
HSV(B)192.32º53.59%81.96%-
XYZ3442.2666.69-
YUV162.01154.5181.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.72%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 209 (82.03% from 255) = 42.48%
R=19.72%
G=37.80%
B=42.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971862090.540.1100.18192.3254.960
Hex61BAD136B012c0373c
Octal14127232166130223006774
Binary11000011011101011010001110110101101001011000000110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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